Skip to content

Commit

Permalink
chore: update golangci-lint.yml (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee authored Oct 17, 2023
1 parent 451f19f commit 0ebd6cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v3.7.0
args: --skip-files=xml
only-new-issues: true

Expand Down

0 comments on commit 0ebd6cc

Please sign in to comment.