Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2020
1 parent 47d2837 commit e4eb099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.14.x
- name: Checkout code
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.14.x
- name: Checkout code
Expand Down

0 comments on commit e4eb099

Please sign in to comment.