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 c575b19 commit 246d034Copy full SHA for 246d034
.github/workflows/ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
go install github.com/cockroachdb/crlfmt@024b567ce87bf2b89f2cffabb7a8f4ea0cfa8b98
31
go install github.com/kisielk/errcheck@latest
32
go install github.com/mdempsky/unconvert@latest
33
- go install honnef.co/go/tools/cmd/staticcheck@latest
+ go install honnef.co/go/tools/cmd/staticcheck@2022.1.3
34
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
35
36
0 commit comments