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 f408a79 commit 2b92dacCopy full SHA for 2b92dac
Makefile
@@ -383,7 +383,7 @@ nwa:
383
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
384
385
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
386
-GOLANGCI_LINT_VERSION := v2.2.1
+GOLANGCI_LINT_VERSION := v2.2.2
387
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
388
golangci-lint: ## Download golangci-lint locally if necessary.
389
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \
0 commit comments