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 866c69f commit acfd1a7Copy full SHA for acfd1a7
Makefile
@@ -385,7 +385,7 @@ nwa:
385
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
386
387
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
388
-GOLANGCI_LINT_VERSION := v2.5.0
+GOLANGCI_LINT_VERSION := v2.6.1
389
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
390
golangci-lint: ## Download golangci-lint locally if necessary.
391
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments