Skip to content

Commit 871df1d

Browse files
renovate[bot]rolinh
authored andcommitted
chore(deps): update golangci/golangci-lint docker tag to v1.56.1
Signed-off-by: renovate[bot] <[email protected]>
1 parent daef74f commit 871df1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
2929
with:
3030
# renovate: datasource=docker depName=golangci/golangci-lint
31-
version: v1.55.2
31+
version: v1.56.1
3232
args: --config=.golangci.yml --verbose
3333
skip-cache: true
3434
- name: Run slowg analyzer

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RELEASE_GID ?= $(shell id -g)
2121
TEST_TIMEOUT ?= 5s
2222

2323
# renovate: datasource=docker depName=golangci/golangci-lint
24-
GOLANGCILINT_WANT_VERSION = v1.55.2
25-
GOLANGCILINT_IMAGE_SHA = sha256:e699df940be1810b08ba6ec050bfc34cc1931027283b5a7f607fb6a67b503876
24+
GOLANGCILINT_WANT_VERSION = v1.56.1
25+
GOLANGCILINT_IMAGE_SHA = sha256:30faf70f689bfce7be639f79076c689db45df48549d43ad265ce965612a6bebf
2626
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
2727

2828
# renovate: datasource=docker depName=library/golang

0 commit comments

Comments
 (0)