Skip to content

Commit 955d086

Browse files
chore(deps): bump actions/setup-go from 2 to 3 (#119)
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 a73c275 commit 955d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: 10.0.0
3232

3333
- name: Set up Golang
34-
uses: actions/setup-go@v2
34+
uses: actions/setup-go@v3
3535
with:
3636
go-version: "1.17.5"
3737

0 commit comments

Comments
 (0)