Skip to content

Commit

Permalink
pin staticcheck (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo authored Feb 3, 2023
1 parent 03519f3 commit 9739abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
# unfortunately there's no better way to fix this than change directory
# this might get solved in Go 1.14: https://github.com/golang/go/issues/30515
cd "$(mktemp -d)"
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@latest
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.3.3
GO111MODULE=on go install gotest.tools/gotestsum@latest
cd -

Expand Down

0 comments on commit 9739abc

Please sign in to comment.