Skip to content

Commit

Permalink
deps: update dependency golangci/golangci-lint (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent a84e77b commit c84ca4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.62.0 # 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.
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:

test:lint:
stage: test
image: golangci/golangci-lint:v1.61
image: golangci/golangci-lint:v1.62
script:
- golangci-lint run -v

Expand Down

0 comments on commit c84ca4a

Please sign in to comment.