Skip to content

Commit

Permalink
deps: update dependency golangci/golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 59d3199 commit 7464737
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 @@ -17,7 +17,7 @@ jobs:

- uses: golangci/golangci-lint-action@v6
with:
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.64.4 # 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 @@ -29,7 +29,7 @@ build:

test:lint:
stage: test
image: golangci/golangci-lint:v1.63
image: golangci/golangci-lint:v1.64
script:
- golangci-lint run -v

Expand Down

0 comments on commit 7464737

Please sign in to comment.