Skip to content

Commit

Permalink
Bump actions/setup-go from 3.3.0 to 3.5.0 (#351)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 96d5b1d commit 955705e
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v3.5.0
with:
go-version: "1.18.x"
- name: Checkout code
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v3.5.0
with:
go-version: "1.18.x"
- name: Checkout code
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/[email protected]
- name: Install Go
if: success()
uses: actions/setup-go@v3.3.0
uses: actions/setup-go@v3.5.0
with:
go-version: "1.18.x"
- name: Generate coverage
Expand Down

0 comments on commit 955705e

Please sign in to comment.