From 873b9ae198c810003768a5ce74837c870c508ab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:14:20 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.63.4 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 3a29fd8ac6..f2bc3bcfe9 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.63.0 + version: v1.63.4 args: --config=.golangci.yml --verbose skip-cache: true diff --git a/Makefile b/Makefile index e777cc858b..693f61f11a 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ GO_IMAGE_VERSION = 1.23.4-alpine3.19 GO_IMAGE_SHA = sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCILINT_WANT_VERSION = v1.63.0 -GOLANGCILINT_IMAGE_SHA = sha256:37c8b329996436d588e1d14874dd0ddb77e5f0c075ae6f39519dbd2fcc87544b +GOLANGCILINT_WANT_VERSION = v1.63.4 +GOLANGCILINT_IMAGE_SHA = sha256:7f4c8ee8a63d56caa41c099cf658f68b192b615e0f30e94b8864e81a3ceafb53 GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null) $(TARGET):