We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab3b51 commit 81d51f1Copy full SHA for 81d51f1
.github/workflows/test.yml
@@ -16,8 +16,8 @@ jobs:
16
uses: actions/checkout@v2
17
- name: Install dependencies
18
run: |
19
- go install honnef.co/go/tools/cmd/staticcheck@v0.2.2
20
- go install golang.org/x/tools/cmd/goimports@v0.1.10
+ go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
+ go install golang.org/x/tools/cmd/goimports@latest
21
- name: Run staticcheck
22
run: staticcheck ./...
23
- name: Check code formatting
0 commit comments