From 323e58dec0368bc54f48f786be22e882e3e2d8be Mon Sep 17 00:00:00 2001 From: Christian Mouchet Date: Thu, 1 Jun 2023 14:51:48 +0200 Subject: [PATCH] freezing back the staticcheck version This is to get reproducible builds. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: