From 6ff6d6a1428a46591fd9556be200558a73ecd9d2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 18 Apr 2024 12:29:01 +0200 Subject: [PATCH] lint: Update golangci-lint to latest version Signed-off-by: Christophe Fergeau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6f47dd9..2662c3c2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GLOW_CMD = $(TEMP_DIR)/glow # Tool versions ################################# QUILL_VERSION = latest -GOLANG_CI_VERSION = v1.52.2 +GOLANG_CI_VERSION = v1.57.2 GOBOUNCER_VERSION = v0.4.0 GORELEASER_VERSION = v1.17.0 GOSIMPORTS_VERSION = v0.3.8