We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4242a4b commit 58bdd69Copy full SHA for 58bdd69
.github/workflows/ci-test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: go vet ./...
31
32
- name: Install staticcheck
33
- run: go install honnef.co/go/tools/cmd/staticcheck@
+ run: go install honnef.co/go/tools/cmd/staticcheck@latest
34
35
- name: Run staticcheck
36
run: staticcheck ./...
0 commit comments