Skip to content

Commit 2a96b89

Browse files
cilium-renovate[bot]tklauser
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v2.5.0
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 7228ca7 commit 2a96b89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
7575
with:
7676
# renovate: datasource=docker depName=golangci/golangci-lint
77-
version: v2.4.0
77+
version: v2.5.0
7878
skip-cache: true
7979
args: "--verbose --modules-download-mode=vendor"
8080

Makefile.defs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ ifneq ($(GOTEST_FORMATTER),cat)
131131
endif
132132

133133
# renovate: datasource=docker depName=golangci/golangci-lint
134-
GOLANGCILINT_WANT_VERSION = v2.4.0
135-
GOLANGCILINT_IMAGE_SHA = sha256:91460846c43b3de53eb77e968b17363e8747e6f3fc190575b52be60c49446e23
134+
GOLANGCILINT_WANT_VERSION = v2.5.0
135+
GOLANGCILINT_IMAGE_SHA = sha256:0c8e590120a98ada5d0d9423e65dd957067e70c87efd692e83d5a311ddfc3151
136136
GOLANGCILINT_VERSION = $(shell golangci-lint version --short 2>/dev/null)
137137

138138
VERSION = $(shell cat $(dir $(lastword $(MAKEFILE_LIST)))/VERSION)

0 commit comments

Comments
 (0)