Skip to content

Commit

Permalink
Updated golangci lint to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jun 20, 2022
1 parent f0ef621 commit b324e21
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.29
args: --timeout=60m
only-new-issues: true

0 comments on commit b324e21

Please sign in to comment.