freezing back the staticcheck version

This is to get reproducible builds.
This commit is contained in:
Christian Mouchet
2023-06-01 14:51:48 +02:00
committed by Jean-Philippe Bossuat
parent 538a296536
commit 323e58dec0

View File

@@ -71,7 +71,7 @@ EXECUTABLES = goimports staticcheck
.PHONY: get_tools
get_tools:
go install golang.org/x/tools/cmd/goimports@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
go install honnef.co/go/tools/cmd/staticcheck@2023.1.3
.PHONY: check_tools
check_tools: