Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v2 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 3, 2021
1 parent 8dce8b7 commit cd7123a
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.15.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.15.x
- name: Checkout code
Expand Down

0 comments on commit cd7123a

Please sign in to comment.