From a42393027734aabb760bf977357c6576ad210373 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:42:04 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.58.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a953c..8da86699 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOLANGCI_LINT_VERSION = v1.55.1 +GOLANGCI_LINT_VERSION = v1.58.2 TOOLS_DIR = .tools