Skip to content

Commit f24c834

Browse files
build(deps): bump actions/setup-go from 2 to 3 (#113)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c20527a commit f24c834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "::set-output name=content::$content"
4848
-
4949
name: Set up Go
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v3
5151
with:
5252
# TODO: Replace with go-version-from-file when it is supported
5353
# https://github.com/actions/setup-go/pull/62

0 commit comments

Comments
 (0)