We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd8939 commit 3b70031Copy full SHA for 3b70031
hack/tools/Makefile
@@ -64,7 +64,7 @@ $(CONTROLLER_GEN):
64
golangci-lint: $(GOLANGCI_LINT) $(SRCS)
65
golangci-lint: ## Build golangci-lint
66
$(GOLANGCI_LINT):
67
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.0
68
69
kustomize: $(KUSTOMIZE) $(SRCS)
70
kustomize: ## Build kustomize
0 commit comments