Skip to content

Commit 19c4b3e

Browse files
chore(deps): update golangci/golangci-lint docker tag to v1.60.1
Signed-off-by: renovate[bot] <[email protected]>
1 parent e90b3f5 commit 19c4b3e

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.59.1
32+
version: v1.60.1
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.22.6-alpine3.19
2323
GO_IMAGE_SHA = sha256:1bad39361dd21f2f881ce10ff810e40e5be3eba89a0b61e762e05ec42f9bbaf2
2424

2525
# renovate: datasource=docker depName=golangci/golangci-lint
26-
GOLANGCILINT_WANT_VERSION = v1.59.1
27-
GOLANGCILINT_IMAGE_SHA = sha256:b5f8712114561f1e2fbe74d04ed07ddfd992768705033a6251f3c7b848eac38e
26+
GOLANGCILINT_WANT_VERSION = v1.60.1
27+
GOLANGCILINT_IMAGE_SHA = sha256:799e4ab272bbe830d202a373714ef6e0ea0b2f9948ce4c39fec930b7eeaee001
2828
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
2929

3030
$(TARGET):

0 commit comments

Comments
 (0)