From 343e74ef0a455c479cd80259d5c7391efc598244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:39:21 +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 aa0df3ef..2fe93a3b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOOS=linux # Utility settings TOOLS_DIR := .tools -GOLANGCI_LINT_VERSION = v1.55.2 +GOLANGCI_LINT_VERSION = v1.57.1 # Container build settings CONTAINER_BUILD_CMD?=docker build