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.
2 parents 7d19609 + b14e443 commit f7c0bdbCopy full SHA for f7c0bdb
.github/workflows/validate.yml
@@ -12,7 +12,7 @@ jobs:
12
run: go vet ./...
13
- name: staticcheck
14
run: |
15
- go install honnef.co/go/tools/cmd/staticcheck@2022.1.1
+ go install honnef.co/go/tools/cmd/staticcheck@latest
16
staticcheck ./...
17
- name: nilness
18
0 commit comments