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 2631f0e commit cc0061eCopy full SHA for cc0061e
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.5.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