From 480616461ee76fb5e52223e17bd19bcebb47444e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 18:34:31 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.55.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a953c..17822d71 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOLANGCI_LINT_VERSION = v1.55.1 +GOLANGCI_LINT_VERSION = v1.55.2 TOOLS_DIR = .tools