Skip to content

Commit 85138d2

Browse files
chore(deps): update docker.io/golangci/golangci-lint docker tag to v2.1.1
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent d595559 commit 85138d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
7878
with:
7979
# renovate: datasource=docker depName=docker.io/golangci/golangci-lint
80-
version: v2.0.2
80+
version: v2.1.1
8181
args: --config=.golangci.yml --verbose
8282

8383
format:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tarball-clean:
241241
##@ Test
242242

243243
# renovate: datasource=docker
244-
GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v2.0.2@sha256:d55581f7797e7a0877a7c3aaa399b01bdc57d2874d6412601a046cc4062cb62e
244+
GOLANGCILINT_IMAGE=docker.io/golangci/golangci-lint:v2.1.1@sha256:99f0436251a88d55b4e68441ac58dc4a6f387cc928430dcd83610bca28cbee78
245245
GOLANGCILINT_WANT_VERSION := $(subst @sha256,,$(patsubst v%,%,$(word 2,$(subst :, ,$(lastword $(subst /, ,$(GOLANGCILINT_IMAGE)))))))
246246
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
247247
.PHONY: check

0 commit comments

Comments
 (0)