Skip to content

Commit a2ac673

Browse files
authored
Merge pull request #524 from containeroo/renovate/golangci-golangci-lint-2.x
chore(deps): update dependency golangci/golangci-lint to v2.12.2
2 parents a878a83 + c10bfb3 commit a2ac673

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
@@ -158,7 +158,7 @@ $(KIND): $(LOCALBIN)
158158
fi
159159

160160
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
161-
GOLANGCI_LINT_VERSION ?= v2.12.1
161+
GOLANGCI_LINT_VERSION ?= v2.12.2
162162
golangci-lint:
163163
@[ -f $(GOLANGCI_LINT) ] || { \
164164
set -e ;\

0 commit comments

Comments
 (0)