Skip to content

Commit f9f1f84

Browse files
build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (#895)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.5...v2.2.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>
1 parent 1d5b3a4 commit f9f1f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
3131
runs-on: ${{ matrix.os }}-latest
3232
steps:
33-
- uses: actions/setup-go@v2.1.5
33+
- uses: actions/setup-go@v2.2.0
3434
id: go
3535
with:
3636
stable: false

0 commit comments

Comments
 (0)