Skip to content

Commit 7c19ccd

Browse files
chore(deps): bump actions/setup-go from 2 to 3 (#452)
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 2add5a7 commit 7c19ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/setup-go@v2
24+
- uses: actions/setup-go@v3
2525
with:
2626
go-version: ${{ matrix.go }}
2727

0 commit comments

Comments
 (0)