From bab50ed39e48a3623ae9d1d50d6bf0ae3b56930c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enver=20Bi=C5=A1evac?= Date: Wed, 19 Feb 2025 18:37:59 +0000 Subject: [PATCH] feat: [code-3149]: golangci-lint missing --new-from-merge-base flag (#3459) * fix: golangci-lint missing --new-from-merge-base flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d3ad8d68..4e0f24830 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ delete-tools: ## Delete the tools # Install golangci-lint $(GOBIN)/golangci-lint: @echo "🔘 Installing golangci-lint... (`date '+%H:%M:%S'`)" - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.63.4 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.64.5 # Install goimports to format code $(GOBIN)/goimports: