From 355b3b1dcedccf57ae41f301d2d078077a02bd4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 04:54:41 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.60.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a953..8a7a072 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOLANGCI_LINT_VERSION = v1.55.1 +GOLANGCI_LINT_VERSION = v1.60.1 TOOLS_DIR = .tools