From 08825b8639c280d06bfb0c4d20b9e5840c16509b Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Tue, 10 May 2022 13:56:25 -0400 Subject: [PATCH] Pinning version of golangci-lint to support 1.16 Signed-off-by: Brandon Mitchell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d1e09cfb..4b083c8df 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ endif install.tools: $(TOOLS:%=.install.%) .install.lint: - go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2 .install.gitvalidation: go get -u github.com/vbatts/git-validation