Skip to content

Commit ee587d9

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v1.62.0
Signed-off-by: renovate[bot] <[email protected]>
1 parent d3bd4eb commit ee587d9

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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3030
with:
3131
# renovate: datasource=docker depName=golangci/golangci-lint
32-
version: v1.61.0
32+
version: v1.62.0
3333
args: --config=.golangci.yml --verbose
3434
skip-cache: true
3535

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ GO_IMAGE_VERSION = 1.23.3-alpine3.19
2626
GO_IMAGE_SHA = sha256:36cc30986d1f9bc46670526fe6553b078097e562e196344dea6a075e434f8341
2727

2828
# renovate: datasource=docker depName=golangci/golangci-lint
29-
GOLANGCILINT_WANT_VERSION = v1.61.0
30-
GOLANGCILINT_IMAGE_SHA = sha256:e47065d755ca0afeac9df866d1dabdc99f439653a43fe234e05f50d9c36b6b90
29+
GOLANGCILINT_WANT_VERSION = v1.62.0
30+
GOLANGCILINT_IMAGE_SHA = sha256:a546859900cfd8599b993017e148e5ecf3f87a53de560549338b3422f8413209
3131
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)
3232

3333
$(TARGET):

0 commit comments

Comments
 (0)