Skip to content

Commit 246d034

Browse files
committed
Pin staticcheck for go compatibility
1 parent c575b19 commit 246d034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go install github.com/cockroachdb/crlfmt@024b567ce87bf2b89f2cffabb7a8f4ea0cfa8b98
3131
go install github.com/kisielk/errcheck@latest
3232
go install github.com/mdempsky/unconvert@latest
33-
go install honnef.co/go/tools/cmd/staticcheck@latest
33+
go install honnef.co/go/tools/cmd/staticcheck@2022.1.3
3434
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
3535
3636

0 commit comments

Comments
 (0)