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: