From 7b64b23039f2a639b94cd777246c63bb43e04b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:53:48 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.62.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a953c..bd11d436 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOLANGCI_LINT_VERSION = v1.55.1 +GOLANGCI_LINT_VERSION = v1.62.2 TOOLS_DIR = .tools