From 7910dba0861103912d86e98c578ab2d1cce8732e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 19:59:40 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.57.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a953c..918b700d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOLANGCI_LINT_VERSION = v1.55.1 +GOLANGCI_LINT_VERSION = v1.57.1 TOOLS_DIR = .tools