Skip to content

Commit 3b70031

Browse files
authoredMay 31, 2024··
bump golangci-lint to v1.59.0 (#288) (#289)
Signed-off-by: Steve Kriss <krisss@vmware.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hack/tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $(CONTROLLER_GEN):
6464
golangci-lint: $(GOLANGCI_LINT) $(SRCS)
6565
golangci-lint: ## Build golangci-lint
6666
$(GOLANGCI_LINT):
67-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2
67+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.0
6868

6969
kustomize: $(KUSTOMIZE) $(SRCS)
7070
kustomize: ## Build kustomize

0 commit comments

Comments
 (0)
Please sign in to comment.