Skip to content

Commit f788795

Browse files
deps: update dependency golangci/golangci-lint to v1.56.2 (#699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acab17c commit f788795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: golangci/golangci-lint-action@v4
2626
with:
2727
# Required: the version of golangci-lint is required and must be specified with patch version
28-
version: v1.56.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
28+
version: v1.56.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
2929
# In general linting is quite fast with warm caches, but a fresh run might take some time.
3030
args: --timeout 5m
3131

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workflow:
2121

2222
test:golangci-lint:
2323
stage: test
24-
image: golangci/golangci-lint:v1.56.1
24+
image: golangci/golangci-lint:v1.56.2
2525
script:
2626
- golangci-lint run -v
2727

0 commit comments

Comments
 (0)