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 842b0c4 commit 0ff9e5cCopy full SHA for 0ff9e5c
Makefile
@@ -352,7 +352,7 @@ nwa:
352
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
353
354
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
355
-GOLANGCI_LINT_VERSION := v2.4.0
+GOLANGCI_LINT_VERSION := v2.6.0
356
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
357
golangci-lint: ## Download golangci-lint locally if necessary.
358
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments