From a30c35238c070e4753e5de902d22d3cd7ade7670 Mon Sep 17 00:00:00 2001 From: Homayoon Alimohammadi Date: Wed, 16 Oct 2024 18:51:42 +0400 Subject: [PATCH] Revert "Increase golangci lint version (#116)" (#117) This reverts commit 0c6083a23c612e6b533eaa37cea58421a54b730d. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad5aa7..348a40e 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint .PHONY: golangci-lint golangci-lint: ## Download golangci-lint locally if necessary. - $(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) CONTROLLER_GEN = $(shell pwd)/bin/controller-gen .PHONY: controller-gen