From 139a558aaad07a28b6747f0b28a3c41e2abac898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:05:07 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.54.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d5c4c97..460cc624 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOOS=linux # Utility settings TOOLS_DIR := .tools -GOLANGCI_LINT_VERSION = v1.53.3 +GOLANGCI_LINT_VERSION = v1.54.2 # Container build settings CONTAINER_BUILD_CMD?=docker build