Skip to content

Commit

Permalink
fix(workflows): update version of golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Jun 14, 2024
1 parent 72c6f14 commit fe419e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: false
args: --timeout 2m --config .golangci.yaml
args: --timeout 2m --config .golangci.yaml

0 comments on commit fe419e1

Please sign in to comment.