Skip to content

Commit 0dce5e7

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v1.64.4
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 1b44ea6 commit 0dce5e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778 # v6.4.0
3030
with:
3131
# renovate: datasource=docker depName=golangci/golangci-lint
32-
version: v1.64.2
32+
version: v1.64.4
3333
args: --config=.golangci.yml --verbose
3434
skip-cache: true
3535

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ GO_IMAGE_VERSION = 1.23.4-alpine3.19
2424
GO_IMAGE_SHA = sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84
2525

2626
# renovate: datasource=docker depName=golangci/golangci-lint
27-
GOLANGCILINT_WANT_VERSION = v1.64.2
28-
GOLANGCILINT_IMAGE_SHA = sha256:546861d15e4988a8616065faa35e5e20fbb5de6e7ea13133cbfb4d7e9d51f425
27+
GOLANGCILINT_WANT_VERSION = v1.64.4
28+
GOLANGCILINT_IMAGE_SHA = sha256:e83b903d722c12402c9d88948a6cac42ea0e34bf336fc6a170ade9adeecb2d0e
2929
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
3030

3131
$(TARGET):

0 commit comments

Comments
 (0)