From d7c4f7a46ddcfededef57d9089c1c2519ec1a997 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Thu, 7 Dec 2023 18:16:05 +0000 Subject: [PATCH] Upgrade golangci-lint to version that supports go1.21.5 Signed-off-by: Connor Catlett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cae3921f20..697aa08c38 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ bin/mockgen: | bin bin/golangci-lint: | bin echo "Installing golangci-lint..." - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.51.2 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.54.0 .PHONY: kubeval kubeval: bin/kubeval