Skip to content

Commit f56a57d

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.12.2 (#1029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 494c176 commit f56a57d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ nwa:
364364
$(call go-install-tool,$(NWA),github.com/$(NWA_LOOKUP)@$(NWA_VERSION))
365365

366366
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
367-
GOLANGCI_LINT_VERSION := v2.12.1
367+
GOLANGCI_LINT_VERSION := v2.12.2
368368
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
369369
golangci-lint: ## Download golangci-lint locally if necessary.
370370
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \

0 commit comments

Comments
 (0)