Skip to content

Commit

Permalink
update golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Nov 1, 2020
1 parent 92fedf5 commit 722a3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -28,10 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.27
version: v1.32

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 722a3a9

Please sign in to comment.