Skip to content

Commit

Permalink
Pin staticcheck for go compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiss committed Mar 2, 2023
1 parent c575b19 commit 246d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go install github.com/cockroachdb/crlfmt@024b567ce87bf2b89f2cffabb7a8f4ea0cfa8b98
go install github.com/kisielk/errcheck@latest
go install github.com/mdempsky/unconvert@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@2022.1.3
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
Expand Down

0 comments on commit 246d034

Please sign in to comment.