Skip to content

Commit 336a5d6

Browse files
github-actions(deps): bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b334dc commit 336a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
go-version: [1.15.x]
99
steps:
1010
- name: Install Go
11-
uses: actions/setup-go@v2
11+
uses: actions/setup-go@v4
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code

0 commit comments

Comments
 (0)