Skip to content

Commit 106c5c0

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v2.11.4
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent b3ae31f commit 106c5c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3030
with:
3131
# renovate: datasource=docker depName=golangci/golangci-lint
32-
version: v2.11.3
32+
version: v2.11.4
3333
args: --config=.golangci.yml --verbose
3434
skip-cache: true
3535

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ GO_IMAGE_VERSION = 1.25.5-alpine3.21
2424
GO_IMAGE_SHA = sha256:b4dbd292a0852331c89dfd64e84d16811f3e3aae4c73c13d026c4d200715aff6
2525

2626
# renovate: datasource=docker depName=golangci/golangci-lint
27-
GOLANGCILINT_WANT_VERSION = v2.11.3
28-
GOLANGCILINT_IMAGE_SHA = sha256:e838e8ab68aaefe83e2408691510867ade9329c0e0b895a3fb35eb93d1c2a4ba
27+
GOLANGCILINT_WANT_VERSION = v2.11.4
28+
GOLANGCILINT_IMAGE_SHA = sha256:67dfc9eeeb0eb13fc1a36329c2c378197dc561f1edf1a7792e3f771606bb0e15
2929
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
3030

3131
$(TARGET):

0 commit comments

Comments
 (0)