We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb2faf commit dbf2097Copy full SHA for dbf2097
Makefile
@@ -341,7 +341,7 @@ ko:
341
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
342
343
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
344
-GOLANGCI_LINT_VERSION := v1.64.8
+GOLANGCI_LINT_VERSION := v2.1.5
345
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
346
golangci-lint: ## Download golangci-lint locally if necessary.
347
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments