From 6a3d3aab672b452598c59b48760a9a2c73c6b3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:10:53 +0000 Subject: [PATCH] Bump golangci/golangci-lint from v1.62.0 to v1.62.2 in /tools (#49) Bumps golangci/golangci-lint from v1.62.0 to v1.62.2. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/golint.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/golint.Dockerfile b/tools/golint.Dockerfile index f3818e17..69b722b8 100644 --- a/tools/golint.Dockerfile +++ b/tools/golint.Dockerfile @@ -1,3 +1,3 @@ -FROM golangci/golangci-lint:v1.62.0 +FROM golangci/golangci-lint:v1.62.2 # Please also update GOLINT_VERSION in Makefile \ No newline at end of file