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 d1e7996 commit 2dc1e59Copy full SHA for 2dc1e59
Makefile
@@ -390,7 +390,7 @@ ko:
390
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
391
392
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
393
-GOLANGCI_LINT_VERSION := v2.1.6
+GOLANGCI_LINT_VERSION := v2.3.1
394
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
395
golangci-lint: ## Download golangci-lint locally if necessary.
396
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments