Skip to content

Commit

Permalink
Merge 0993458 into ac65698
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 10, 2022
2 parents ac65698 + 0993458 commit 53f8f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.16
- name: Checkout code
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.16
- name: Checkout code
Expand Down

0 comments on commit 53f8f17

Please sign in to comment.