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 fcc5416 + 9aff314 commit 2e89d69Copy full SHA for 2e89d69
.github/workflows/code_check.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions/checkout@v1
64
65
- name: Install staticcheck
66
- run: go install honnef.co/go/tools/cmd/staticcheck@latest
+ run: go install honnef.co/go/tools/cmd/staticcheck@2020.2.1
67
68
- name: Run staticcheck
69
run: staticcheck -f stylish ./...
0 commit comments