Skip to content

Commit 3c247c5

Browse files
renovate[bot]tklauser
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v1.60.3
Signed-off-by: renovate[bot] <[email protected]>
1 parent 69d684b commit 3c247c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .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@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3030
with:
3131
# renovate: datasource=docker depName=golangci/golangci-lint
32-
version: v1.60.2
32+
version: v1.60.3
3333
args: --config=.golangci.yml --verbose
3434
skip-cache: true
3535

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ GO_IMAGE_VERSION = 1.23.0-alpine3.19
2323
GO_IMAGE_SHA = sha256:fe8f9c7d418d3ac91787f11c31071c4814b6da5f9aae55bc581a7aacc264c395
2424

2525
# renovate: datasource=docker depName=golangci/golangci-lint
26-
GOLANGCILINT_WANT_VERSION = v1.60.2
27-
GOLANGCILINT_IMAGE_SHA = sha256:87523a6e00da54131272a9ce07edca20a0cd07b2fb69c1375b47aca48b1adb7c
26+
GOLANGCILINT_WANT_VERSION = v1.60.3
27+
GOLANGCILINT_IMAGE_SHA = sha256:e64f6ba5950132542e3b6745c18879282444699f89db69ac9b46f267c1aeb3fd
2828
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
2929

3030
$(TARGET):

0 commit comments

Comments
 (0)