We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c99667 commit b6c28f8Copy full SHA for b6c28f8
Makefile
@@ -494,7 +494,7 @@ nwa:
494
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
495
496
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
497
-GOLANGCI_LINT_VERSION := v2.8.0
+GOLANGCI_LINT_VERSION := v2.11.3
498
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
499
golangci-lint: ## Download golangci-lint locally if necessary.
500
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments