Skip to content

Commit

Permalink
Merge pull request #226 from gabriel-vasile/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-2.1.5

Bump actions/setup-go from 2.1.4 to 2.1.5
  • Loading branch information
gabriel-vasile committed Feb 2, 2022
2 parents e1c1bd2 + c9aeb4f commit eb817bf
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.4
uses: actions/setup-go@v2.1.5
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.4
uses: actions/setup-go@v2.1.5
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.4
uses: actions/setup-go@v2.1.5
with:
go-version: 1.16
- name: Checkout code
Expand Down

0 comments on commit eb817bf

Please sign in to comment.