From 5293e9d58dee36eb847b441530d531ad17b7de93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:22:18 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.62.2 Signed-off-by: renovate[bot] --- .github/workflows/go.yaml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index bd42889c5c..6e58cc8395 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -29,7 +29,7 @@ jobs: uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: # renovate: datasource=docker depName=golangci/golangci-lint - version: v1.62.0 + version: v1.62.2 args: --config=.golangci.yml --verbose skip-cache: true diff --git a/Makefile b/Makefile index b1df0d2214..18e8a5b00d 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ GO_IMAGE_VERSION = 1.23.3-alpine3.19 GO_IMAGE_SHA = sha256:f72297ec1cf35152ecfe7a4d692825fc608fea8f3d3fa8f986fda70184082823 # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCILINT_WANT_VERSION = v1.62.0 -GOLANGCILINT_IMAGE_SHA = sha256:a546859900cfd8599b993017e148e5ecf3f87a53de560549338b3422f8413209 +GOLANGCILINT_WANT_VERSION = v1.62.2 +GOLANGCILINT_IMAGE_SHA = sha256:4e53bfe25ef2f1e14a95da42d694211080f40d118730541ce1513a83cf7587ec GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null) $(TARGET):