Skip to content

Commit ba60ee2

Browse files
dependabot[bot]vicheeyseshubaws
authored
chore(deps): bump actions/setup-go from 5 to 6 (#8411)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vicheey <[email protected]> Co-authored-by: seshubaws <[email protected]>
1 parent 4dc4e15 commit ba60ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Set up Go
141141
if: contains(fromJSON('["build-integ", "build-integ-java-python-provided", "build-integ-arm64"]'), matrix.test_suite) && matrix.container_runtime == 'no-container'
142-
uses: actions/setup-go@v5
142+
uses: actions/setup-go@v6
143143
with:
144144
go-version: '1.25'
145145

0 commit comments

Comments
 (0)