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 0c6083a commit a30c352Copy full SHA for a30c352
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.61.0)
+ $(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2)
133
134
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
135
.PHONY: controller-gen
0 commit comments