Skip to content

Commit bf33ad1

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.11.3 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 884d9ce commit bf33ad1

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
@@ -212,7 +212,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
212212
KUSTOMIZE_VERSION ?= v5.8.1 # github-releases:kubernetes-sigs/kustomize:kustomize/(?<version>.*)
213213
CONTROLLER_TOOLS_VERSION ?= v0.20.1 # github-releases:kubernetes-sigs/controller-tools
214214
ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime
215-
GOLANGCI_LINT_VERSION ?= v2.11.2 # github-releases:golangci/golangci-lint
215+
GOLANGCI_LINT_VERSION ?= v2.11.3 # github-releases:golangci/golangci-lint
216216

217217
.PHONY: kustomize
218218
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

0 commit comments

Comments
 (0)