Skip to content

Commit

Permalink
fix: correct version of golangci-lint (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee authored Oct 17, 2023
1 parent 0ebd6cc commit 646611c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v3.7.0
version: v1.54.2
args: --skip-files=xml
only-new-issues: true

- name: go-report-card
uses: creekorful/[email protected]
with:
Expand Down

0 comments on commit 646611c

Please sign in to comment.