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.
1 parent 317e4c5 commit f9631dcCopy full SHA for f9631dc
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go vet ./...
26
27
- name: Run Staticcheck
28
- run: go run honnef.co/go/tools/cmd/staticcheck@0.4.3 ./...
+ run: go run honnef.co/go/tools/cmd/staticcheck@v0.4.3 ./...
29
30
- name: Run tests
31
run: go test -v ./...
0 commit comments