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