From 0c6083a23c612e6b533eaa37cea58421a54b730d Mon Sep 17 00:00:00 2001 From: Homayoon Alimohammadi Date: Wed, 16 Oct 2024 17:31:38 +0400 Subject: [PATCH] Increase golangci lint version (#116) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348a40e..aad5aa7 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.57.2) + $(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0) CONTROLLER_GEN = $(shell pwd)/bin/controller-gen .PHONY: controller-gen