Skip to content

Commit

Permalink
Pin golangci-lint
Browse files Browse the repository at this point in the history
This works around golangci/golangci-lint#2997
and should unblock/fix our CI.

Signed-off-by: Joe Richey <[email protected]>
  • Loading branch information
josephlr committed Jul 20, 2022
1 parent 7296853 commit fe852f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v3.2.0
with:
version: latest
# Update when https://github.com/golangci/golangci-lint/issues/2997 is fixed.
version: v1.46.2
working-directory: ${{ matrix.dir }}
args: >
-D errcheck
Expand Down

0 comments on commit fe852f3

Please sign in to comment.