Skip to content

Commit 598a4d6

Browse files
committed
ci: staticcheck (Go 1.22 compatible)
1 parent c56b7ff commit 598a4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yaml

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@latest
31+
run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
3232

3333
- name: Run staticcheck
3434
run: staticcheck ./...

0 commit comments

Comments
 (0)