From a459bf0a552846d8c8c84dc9b09929418db87354 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 02:34:24 +0000 Subject: [PATCH] Update golangci/golangci-lint Docker tag to v1.60.3 | datasource | package | from | to | | ---------- | ---------------------- | ------- | ------- | | docker | golangci/golangci-lint | v1.60.2 | v1.60.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77e6f48..cf3af76 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.60.2 +GOLANGCI_LINT_VERSION = v1.60.3 .DEFAULT_GOAL := help .PHONY: help