Skip to content

Commit

Permalink
dev: use golangci/golangci-lint-action@v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed May 9, 2020
1 parent 55cd9f7 commit 206d79f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v0.1.7
uses: golangci/golangci-lint-action@v0.2.0
with:
version: v1.26
github-token: ${{ secrets.GITHUB_TOKEN }}
tests-on-windows:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
runs-on: windows-latest
Expand Down

0 comments on commit 206d79f

Please sign in to comment.