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 381f307 commit 6c8c5fdCopy full SHA for 6c8c5fd
.github/workflows/analysis.yml
@@ -15,10 +15,10 @@ jobs:
15
go-version: 'stable'
16
17
- name: Install analysis tools
18
- run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
+ run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
19
20
- name: Vet
21
run: go vet ./...
22
23
- name: Staticcheck
24
- run: staticcheck ./...
+ run: staticcheck ./...
0 commit comments