Skip to content

Commit 2ed6dbb

Browse files
Bump actions/setup-go from 4.0.1 to 5.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4.0.1...v5.0.1) --- 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 6335817 commit 2ed6dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Set up Go 1.14
11-
uses: actions/setup-go@v4.0.1
11+
uses: actions/setup-go@v5.0.1
1212
with:
1313
go-version: 1.14
1414
id: go

0 commit comments

Comments
 (0)