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 f7c0bdb + 1134ad1 commit 74c441bCopy full SHA for 74c441b
.github/workflows/validate.yml
@@ -16,7 +16,7 @@ jobs:
16
staticcheck ./...
17
- name: nilness
18
run: |
19
- go install golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@latest
+ go install golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@master
20
nilness ./...
21
- name: ineffassign
22
0 commit comments