Skip to content

Commit

Permalink
Merge e4eb099 into 47d2837
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2020
2 parents 47d2837 + e4eb099 commit 6f9543e
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 6f9543e

Please sign in to comment.