feat: [code-3149]: golangci-lint missing --new-from-merge-base flag (#3459)

* fix: golangci-lint missing --new-from-merge-base flag
This commit is contained in:
Enver Biševac 2025-02-19 18:37:59 +00:00 committed by Harness
parent b1aa127cc0
commit bab50ed39e

View File

@ -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: