Skip to content

Commit 1f52ebd

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v2.6.0
Signed-off-by: renovate[bot] <[email protected]>
1 parent 4b2d802 commit 1f52ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3030
with:
3131
# renovate: datasource=docker depName=golangci/golangci-lint
32-
version: v2.5.0
32+
version: v2.6.0
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.3-alpine3.21
2424
GO_IMAGE_SHA = sha256:0c9f3e09a50a6c11714dbc37a6134fd0c474690030ed07d23a61755afd3a812f
2525

2626
# renovate: datasource=docker depName=golangci/golangci-lint
27-
GOLANGCILINT_WANT_VERSION = v2.5.0
28-
GOLANGCILINT_IMAGE_SHA = sha256:0c8e590120a98ada5d0d9423e65dd957067e70c87efd692e83d5a311ddfc3151
27+
GOLANGCILINT_WANT_VERSION = v2.6.0
28+
GOLANGCILINT_IMAGE_SHA = sha256:cc8c1277eefdb5f88ba1381ee30a8bdf709e3615db9c843c9fcc04d9ac1d27a8
2929
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
3030

3131
$(TARGET):

0 commit comments

Comments
 (0)