Skip to content

Commit 73154e0

Browse files
deps: update dependency golangci/golangci-lint to v1.58.1 (#754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e30f3f commit 73154e0

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: golangci/golangci-lint-action@v6
2525
with:
2626
# Required: the version of golangci-lint is required and must be specified with patch version
27-
version: v1.58.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
27+
version: v1.58.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
2828
# In general linting is quite fast with warm caches, but a fresh run might take some time.
2929
args: --timeout 5m
3030

.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.58.0
24+
image: golangci/golangci-lint:v1.58.1
2525
script:
2626
- golangci-lint run -v
2727

0 commit comments

Comments
 (0)