Skip to content

Commit a30c352

Browse files
Revert "Increase golangci lint version (#116)" (#117)
This reverts commit 0c6083a.
1 parent 0c6083a commit a30c352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
129129
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
130130
.PHONY: golangci-lint
131131
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)
132+
$(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2)
133133

134134
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
135135
.PHONY: controller-gen

0 commit comments

Comments
 (0)