Skip to content

Commit

Permalink
deps: update dependency golangci/golangci-lint to v1.56.2 (#699)
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 Feb 16, 2024
1 parent acab17c commit f788795
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 @@ -25,7 +25,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified with patch version
version: v1.56.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.56.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
# In general linting is quite fast with warm caches, but a fresh run might take some time.
args: --timeout 5m

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

test:golangci-lint:
stage: test
image: golangci/golangci-lint:v1.56.1
image: golangci/golangci-lint:v1.56.2
script:
- golangci-lint run -v

Expand Down

0 comments on commit f788795

Please sign in to comment.