File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 name : go-test
1414 strategy :
1515 matrix :
16- go-version : [1.21.x, 1.22.x]
17- # XXX: is it actually useful to run unit tests on macOS?
18- platform : [ubuntu-latest, macos-latest]
16+ go-version : [1.22.x, 1.23.x]
17+ platform : [ubuntu-latest]
1918 runs-on : ${{ matrix.platform }}
2019 steps :
2120 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ jobs:
2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-go@v5
2424 with :
25- go-version : 1.21 .x
25+ go-version : 1.22 .x
2626 cache : false
2727 - name : golangci-lint
2828 uses : golangci/golangci-lint-action@v6
2929 with :
30- version : v1.54 # current version at time of commit
3130 args : --timeout=10m
3231 # Only show new issues in a PR but show all issues for pushes
3332 only-new-issues : ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@v4
5151 - uses : actions/setup-go@v5
5252 with :
53- go-version : 1.21 .x
53+ go-version : 1.22 .x
5454 - name : Build binary
5555 run : GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5656 - name : Upload release asset
You can’t perform that action at this time.
0 commit comments