Skip to content

Commit

Permalink
Use latest golangci-lint to lint golangci-lint (#1206)
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 fbce520 commit afa9be6
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 afa9be6

Please sign in to comment.