Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.64.6 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 0dbdd68 commit 922acde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
KUSTOMIZE_VERSION ?= v5.3.0 # github-releases:kubernetes-sigs/kustomize
CONTROLLER_TOOLS_VERSION ?= v0.17.2 # github-releases:kubernetes-sigs/controller-tools
ENVTEST_VERSION ?= release-0.19 # github-releases:kubernetes-sigs/controller-runtime
GOLANGCI_LINT_VERSION ?= v1.64.5 # github-releases:golangci/golangci-lint
GOLANGCI_LINT_VERSION ?= v1.64.6 # github-releases:golangci/golangci-lint

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
Expand Down

0 comments on commit 922acde

Please sign in to comment.