From 5c6ed0541e81d9ab96cfc5c436aeae6a7e390024 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Sun, 28 Apr 2024 08:37:38 +0530 Subject: [PATCH] revert golangci version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eac9c280..d031fdf8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) GO_VERSION?=1.22.2 -GOLANGCI_VERSION?=1.53.2 +GOLANGCI_VERSION?=1.57.2 .PHONY: all all: prometheus-adapter