We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72012c1 commit 216c08fCopy full SHA for 216c08f
Makefile
@@ -357,7 +357,7 @@ ko:
357
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
358
359
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
360
-GOLANGCI_LINT_VERSION := v1.64.5
+GOLANGCI_LINT_VERSION := v2.1.2
361
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
362
golangci-lint: ## Download golangci-lint locally if necessary.
363
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments