Skip to content

Commit 703ee8e

Browse files
committed
ci: use Go 1.22 compatible staticcheck
1 parent 69d82f6 commit 703ee8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go vet ./...
2929

3030
- name: Install staticcheck
31-
run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.1
31+
run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
3232

3333
- name: Run staticcheck
3434
run: |

0 commit comments

Comments
 (0)