Skip to content

Commit 20d5685

Browse files
build(deps): bump actions/setup-go from 2.2.0 to 3 (#902)
* 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] <[email protected]> * 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 <[email protected]>
1 parent 0db8062 commit 20d5685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: cross-compilation (GOOS=${{ matrix.goos }})
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/setup-go@v2.2.0
25+
- uses: actions/setup-go@v3.0.0
2626
with:
2727
go-version: 1.17
2828

@@ -52,7 +52,7 @@ jobs:
5252
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
5353
runs-on: ${{ matrix.os }}-latest
5454
steps:
55-
- uses: actions/setup-go@v2.2.0
55+
- uses: actions/setup-go@v3.0.0
5656
id: go
5757
with:
5858
stable: false

0 commit comments

Comments
 (0)