Skip to content

Commit

Permalink
Merge pull request #183 from gabriel-vasile/4fe3dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-go-2.1.4

Bump actions/setup-go from 2.1.3 to 2.1.4
  • Loading branch information
gabriel-vasile committed Aug 27, 2021
2 parents 3b6e27b + 9e5d011 commit 3937c11
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Checkout code
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Checkout code
Expand Down

0 comments on commit 3937c11

Please sign in to comment.