We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60ac2e commit 0c6083aCopy full SHA for 0c6083a
Makefile
@@ -129,7 +129,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
129
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
130
.PHONY: golangci-lint
131
golangci-lint: ## Download golangci-lint locally if necessary.
132
- $(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2)
+ $(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0)
133
134
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
135
.PHONY: controller-gen
0 commit comments