Skip to content

Commit a1bb11a

Browse files
build(deps): 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 73b6dc4 commit a1bb11a

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
@@ -315,7 +315,7 @@ jobs:
315315
- name: Install Go
316316
# actions/setup-go@v5 has dependency on a higher version of glibc than available in the Linux container.
317317
if: fromJSON(matrix.config.container) != null
318-
uses: actions/setup-go@v4
318+
uses: actions/setup-go@v5
319319
with:
320320
go-version: ${{ env.GO_VERSION }}
321321

0 commit comments

Comments
 (0)