diff --git a/Makefile b/Makefile index dc620954..92db0ea7 100644 --- a/Makefile +++ b/Makefile @@ -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: