Skip to content

Commit

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

Bump actions/setup-go from 2.2.0 to 3.2.0
  • Loading branch information
gabriel-vasile committed Jun 26, 2022
2 parents e4814fb + 16341a9 commit 39836e7
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.16
- name: Checkout code
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.2.0
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3.0.1
- name: Install Go
if: success()
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.2.0
with:
go-version: "1.18.x"
- name: Generate coverage
Expand Down

0 comments on commit 39836e7

Please sign in to comment.