Skip to content

Commit adf50c9

Browse files
committed
Upgrade go + staticcheck
1 parent bb2f187 commit adf50c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: ^1.21
17+
go-version: ^1.24
1818
id: go
1919

2020
- name: Check out code into the Go module directory
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: ^1.21
33+
go-version: ^1.24
3434
id: go
3535

3636
- name: Check out code into the Go module directory
@@ -40,7 +40,7 @@ jobs:
4040
run: go install mvdan.cc/gofumpt@v0.4.0
4141

4242
- name: Install staticcheck
43-
run: go install honnef.co/go/tools/cmd/staticcheck@v0.4.2
43+
run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.1
4444

4545
- name: Install golangci-lint
4646
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0

0 commit comments

Comments
 (0)