From 191312a3271a22cd0b4369d9b927ed04accf4ae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 02:11:15 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.60.3 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 2a7cae09f6..9eb6425bf0 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -29,7 +29,7 @@ jobs: uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: # renovate: datasource=docker depName=golangci/golangci-lint - version: v1.60.2 + version: v1.60.3 args: --config=.golangci.yml --verbose skip-cache: true diff --git a/Makefile b/Makefile index 769ab8eca9..244c04432e 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ GO_IMAGE_VERSION = 1.23.0-alpine3.19 GO_IMAGE_SHA = sha256:fe8f9c7d418d3ac91787f11c31071c4814b6da5f9aae55bc581a7aacc264c395 # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCILINT_WANT_VERSION = v1.60.2 -GOLANGCILINT_IMAGE_SHA = sha256:87523a6e00da54131272a9ce07edca20a0cd07b2fb69c1375b47aca48b1adb7c +GOLANGCILINT_WANT_VERSION = v1.60.3 +GOLANGCILINT_IMAGE_SHA = sha256:e64f6ba5950132542e3b6745c18879282444699f89db69ac9b46f267c1aeb3fd GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null) $(TARGET):