Skip to content

Commit

Permalink
Use latest golangci-lint to lint golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <sayboras@yahoo.com>
  • Loading branch information
sayboras committed Jul 5, 2020
1 parent 306cbb0 commit 88bee2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v1.2.1
with:
version: v1.27
version: v1.28
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 88bee2d

Please sign in to comment.