From 0cb3243b4e8951ceed1600040045d1b37ee8db38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:36:10 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.55.0 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 770b67a530..4295d56755 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -28,7 +28,7 @@ jobs: uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: # renovate: datasource=docker depName=golangci/golangci-lint - version: v1.54.2 + version: v1.55.0 args: --config=.golangci.yml --verbose skip-cache: true diff --git a/Makefile b/Makefile index 2bd7020b1c..d1dabd52d2 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ GO_IMAGE_VERSION = 1.21.3-alpine3.18 GO_IMAGE_SHA = sha256:926f7f7e1ab8509b4e91d5ec6d5916ebb45155b0c8920291ba9f361d65385806 # renovate: datasource=docker depName=golangci/golangci-lint -GOLANGCILINT_WANT_VERSION = v1.54.2 -GOLANGCILINT_IMAGE_SHA = sha256:2082f5379c48c46e447bc1b890512f3aa9339db5eeed1a483a34aae9476ba6ee +GOLANGCILINT_WANT_VERSION = v1.55.0 +GOLANGCILINT_IMAGE_SHA = sha256:6d35004e5b67de36dbdde54a5062d51eb51a076e291f2a71870ea8c980027c47 GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null) $(TARGET):