Skip to content

Commit

Permalink
Makefile: use the latest version of golangci-lint
Browse files Browse the repository at this point in the history
 this  makes sure thwe same version is used locally and in the CI.

Signed-off-by: Michael Adam <[email protected]>
  • Loading branch information
obnoxxx committed Jan 14, 2025
1 parent 0982773 commit 9eb93c1
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 @@ -251,7 +251,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
KUSTOMIZE_VERSION ?= v5.3.0
CONTROLLER_TOOLS_VERSION ?= v0.14.0
ENVTEST_VERSION ?= release-0.17
GOLANGCI_LINT_VERSION ?= v1.57.2
GOLANGCI_LINT_VERSION ?= v1.63.4

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

0 comments on commit 9eb93c1

Please sign in to comment.