We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2f187 commit adf50c9Copy full SHA for adf50c9
.github/workflows/checks.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v3
16
with:
17
- go-version: ^1.21
+ go-version: ^1.24
18
id: go
19
20
- name: Check out code into the Go module directory
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
@@ -40,7 +40,7 @@ jobs:
40
run: go install mvdan.cc/gofumpt@v0.4.0
41
42
- name: Install staticcheck
43
- run: go install honnef.co/go/tools/cmd/staticcheck@v0.4.2
+ run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.1
44
45
- name: Install golangci-lint
46
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
0 commit comments