From ee713806f4fe835a72fe0f219a342e70dcde9c4e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 7 Jan 2025 19:36:42 +0530 Subject: [PATCH] Bump golangci-lint version compatible with go1.21 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3efec9d1..63bd750a 100644 --- a/Makefile +++ b/Makefile @@ -392,7 +392,7 @@ tidy: ## Run go mod tidy on every mod file in the repo .PHONY: golangci-lint golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1 $(LOCALBIN)/golangci-lint run --fix --timeout $(GOLINT_TIMEOUT) # Used for webhook testing