File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 name : lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-go@v5
18+ - uses : actions/checkout@v5
19+ - uses : actions/setup-go@v6
2020 with :
21- go-version : ' 1.21 '
21+ go-version : ' 1.25 '
2222 cache : false
2323 - name : golangci-lint
2424 uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 3939 matrix :
4040 os : [windows-latest, ubuntu-latest, macos-latest]
4141 size : ['64b', '32b']
42- golang : ['1.21.10', '1.22.3 ']
42+ golang : ['1.25 ']
4343 exclude :
4444 - os : windows-latest
4545 size : ' 32b'
5353
5454 steps :
5555 - name : Set up Go ${{ matrix.golang }}
56- uses : actions/setup-go@v5
56+ uses : actions/setup-go@v6
5757 if : ${{ matrix.size == '64b' }}
5858 with :
5959 go-version : ${{ matrix.golang }}
You can’t perform that action at this time.
0 commit comments