From 07c5553ec4ba3098d04e42808737cd06ff58a160 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Tue, 29 Oct 2024 14:29:50 +0200 Subject: [PATCH] Update golint to 1.61 for go1.23 support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef15da416..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.55.0 +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