We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c6ca commit 01b233dCopy full SHA for 01b233d
Makefile
@@ -246,7 +246,7 @@ ko:
246
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
247
248
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
249
-GOLANGCI_LINT_VERSION := v1.64.6
+GOLANGCI_LINT_VERSION := v1.64.8
250
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
251
golangci-lint: ## Download golangci-lint locally if necessary.
252
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments