Skip to content

Commit a7c3d5c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: golangci/golangci-lint-action@v6
3535
with:
36-
version: v1.58.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
36+
version: v1.58.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
3737

3838
# In general linting is quite fast with warm caches, but a fresh run might take some time.
3939
args: --timeout 5m

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variables:
2121

2222
test:lint:
2323
stage: test
24-
image: golangci/golangci-lint:v1.58.0
24+
image: golangci/golangci-lint:v1.58.1
2525
allow_failure: true
2626
script:
2727
- golangci-lint run -v

0 commit comments

Comments
 (0)