Skip to content

Commit

Permalink
Update golangci-lint action
Browse files Browse the repository at this point in the history
This bumps both the action and the `golangci-lint` version used by it,
which should fix errors not seen locally.
  • Loading branch information
weyfonk committed Jul 4, 2024
1 parent b82c75b commit c79998a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
export PATH=$PATH:/home/runner/go/bin/
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
uses: golangci/golangci-lint-action@v6.0.1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.53
version: v1.58

args: --timeout=10m --config=.golangci.json

Expand Down

0 comments on commit c79998a

Please sign in to comment.