File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ jobs:
1010 compat :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/setup-go@v4
13+ - uses : actions/setup-go@v5
1414 with :
15- go-version : 1.21
15+ cache : false
16+ go-version : 1.22
1617 - run : go install golang.org/x/exp/cmd/apidiff@latest
17- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1819 with :
1920 ref : master
2021 - run : apidiff -w uuid.baseline .
21- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2223 with :
2324 clean : false
2425 - run : |
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
1010 unit-tests :
1111 strategy :
1212 matrix :
13- go-version : [1.19 , 1.20 .x, 1.21 ]
13+ go-version : [1.20.x , 1.21 .x, 1.22 ]
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/setup-go@v4
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-go@v5
1818 with :
19+ cache : false
1920 go-version : ${{ matrix.go-version }}
2021 - run : go test -v ./...
You can’t perform that action at this time.
0 commit comments