From 7bb469b7ce5e42186db15fd5b1aecd6e4d6d4a02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:46:12 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.54.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d5c4c97..b56caf5b 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.0 # Container build settings CONTAINER_BUILD_CMD?=docker build