Skip to content

Commit 5e605ad

Browse files
chore(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] <support@github.com>
1 parent b2b9fc6 commit 5e605ad

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
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ${{ matrix.os }}
118118
steps:
119119
- uses: actions/checkout@v2.4.0
120-
- uses: actions/setup-go@v2.2.0
120+
- uses: actions/setup-go@v3
121121
with:
122122
go-version: '^1.16'
123123
- run: go install github.com/nektos/act@latest

0 commit comments

Comments
 (0)