Skip to content

Commit 58279a3

Browse files
deps: update dependency golangci/golangci-lint to v1.58.2 (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01ba7a9 commit 58279a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
27+
version: v1.58.2 # 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.1
24+
image: golangci/golangci-lint:v1.58.2
2525
script:
2626
- golangci-lint run -v
2727

0 commit comments

Comments
 (0)