From 5d1d7337a8a70e1a9c95924017f7cf409716d78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:56:46 +0000 Subject: [PATCH] Update docker.io/golangci/golangci-lint Docker tag to v1.62.2 (#393) Co-authored-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 8fa0614..8a56264 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ lint: --rm \ -w ${PWD} \ -v ${PWD}:${PWD} \ - docker.io/golangci/golangci-lint:v1.62.0 \ + docker.io/golangci/golangci-lint:v1.62.2 \ golangci-lint --timeout 5m0s run ./... .PHONY: test