There was an error while loading. Please reload this page.
1 parent 21c982f commit f20e310Copy full SHA for f20e310
1 file changed
.github/workflows/go.yml
@@ -23,14 +23,14 @@ jobs:
23
go-version-file: go.mod
24
check-latest: true
25
- name: Setup golangci-lint
26
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
27
with:
28
version: v2.1
29
test:
30
strategy:
31
matrix:
32
os: [ubuntu-latest, macos-latest]
33
- go: [1.23, 1.24, 1.25]
+ go: [1.24, 1.25]
34
include:
35
- os: ubuntu-latest
36
go-build: ~/.cache/go-build
0 commit comments