Skip to content

Commit

Permalink
deps: update dependency golangci/golangci-lint to v1.58.2 (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 0c9ff2f commit fc7f3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: golangci/golangci-lint-action@v6
with:
version: v1.58.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.58.2 # renovate: datasource=github-releases depName=golangci/golangci-lint

test:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:

test:golangci-lint:
stage: test
image: golangci/golangci-lint:v1.58.1
image: golangci/golangci-lint:v1.58.2
script:
- golangci-lint run -v
except:
Expand Down

0 comments on commit fc7f3ff

Please sign in to comment.