We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbab8d1 commit 681116aCopy full SHA for 681116a
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.63.4
+GOLANGCI_LINT_VERSION := v1.64.0
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