Skip to content

Commit

Permalink
Use go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Apr 25, 2021
1 parent 66ff7b9 commit 70d534b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.0'
go-version: '1.15'
- name: install tools
run: go get -u golang.org/x/lint/golint
run: |
go get -u golang.org/x/lint/golint
- uses: reviewdog/action-setup@v1
- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
reviewdog -reporter=github-pr-review \
-runners=golint,govet,gofmt \
-fail-on-error=true
-fail-on-error

0 comments on commit 70d534b

Please sign in to comment.