Skip to content

Commit 5a79a91

Browse files
committedDec 19, 2024
Added a verify rule to Makefile to check for fmt, linting and generate errors
1 parent e703e64 commit 5a79a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
191191
KUSTOMIZE_VERSION ?= v5.4.3
192192
CONTROLLER_TOOLS_VERSION ?= v0.16.1
193193
ENVTEST_VERSION ?= release-0.19
194-
GOLANGCI_LINT_VERSION ?= v1.59.1
194+
GOLANGCI_LINT_VERSION ?= v1.62.2
195195

196196
.PHONY: kustomize
197197
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

0 commit comments

Comments
 (0)