Skip to content

Commit 193e799

Browse files
Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- 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 c0eed09 commit 193e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# We need the Go version and Go cache location for the actions/cache step,
5252
# so the Go installation must happen before that.
5353
- id: setup-go
54-
uses: actions/setup-go@v4
54+
uses: actions/setup-go@v5
5555
with:
5656
# There is no expectation for actual Go code so we disable caching as
5757
# it relies on the existence of a go.sum file.

0 commit comments

Comments
 (0)