From ad214262367d2a7725808e3e65036dc6aefd471f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:39:38 +0000 Subject: [PATCH] Update docker.io/golangci/golangci-lint Docker tag to v1.62.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7971dc..8fa0614 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ lint: --rm \ -w ${PWD} \ -v ${PWD}:${PWD} \ - docker.io/golangci/golangci-lint:v1.61.0 \ + docker.io/golangci/golangci-lint:v1.62.0 \ golangci-lint --timeout 5m0s run ./... .PHONY: test