Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 2.2.0 to 3 (#902)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/setup-go from 2.2.0 to 3

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.2.0...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use fully qualified tag name for setup-go

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fsouza authored Mar 1, 2022
1 parent 0db8062 commit 20d5685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: cross-compilation (GOOS=${{ matrix.goos }})
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
with:
go-version: 1.17

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3.0.0
id: go
with:
stable: false
Expand Down

0 comments on commit 20d5685

Please sign in to comment.