From 5bd78fee281cc9a2b8832f45b6855435f55b57bf Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Tue, 29 Oct 2024 14:32:53 +0200 Subject: [PATCH] Bump go lint to 1.61.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8992d93b2..b523eee10 100644 --- a/Makefile +++ b/Makefile @@ -341,7 +341,7 @@ VECTOR ?= $(LOCALBIN)/bin/vector CERT_MANAGER_VERSION ?= v1.12.2 KUSTOMIZE_VERSION ?= v4.5.7 CONTROLLER_TOOLS_VERSION ?= v0.14.0 -GOLINT_VERSION ?= 1.60.2 +GOLINT_VERSION ?= 1.61.0 cert-manager: ## Install cert-manager to the cluster kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/$(CERT_MANAGER_VERSION)/cert-manager.yaml