Skip to content

Commit

Permalink
Update actions/setup-go action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AndreasSko committed Mar 21, 2021
1 parent 595cf33 commit a938374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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'
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: '1.14'
- name: Checkout code
Expand Down

0 comments on commit a938374

Please sign in to comment.