This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 2cd12e5968c Bump actions/setup-go from 6 to 7 (#39349)
2cd12e5968c is described below
commit 2cd12e5968c496df7ec31bba05bfe3ad1bc7297a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 07:38:15 2026 -0400
Bump actions/setup-go from 6 to 7 (#39349)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '7'
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>
---
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/codeql.yml | 2 +-
.github/workflows/tour_of_beam_backend.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build_release_candidate.yml
b/.github/workflows/build_release_candidate.yml
index 53dbf5c285f..1188e2713e0 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -452,7 +452,7 @@ jobs:
then
echo "Must provide an apache password to stage artifacts to
https://dist.apache.org/repos/dist/dev/beam/"
fi
- - uses: actions/setup-go@v6
+ - uses: actions/setup-go@v7
with:
go-version: '1.26'
- name: Import GPG key
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0a7aa09530a..769fec76614 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -78,7 +78,7 @@ jobs:
- name: Set up Go
if: matrix.language == 'go'
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
with:
go-version-file: 'sdks/go.mod'
diff --git a/.github/workflows/tour_of_beam_backend.yml
b/.github/workflows/tour_of_beam_backend.yml
index c61c0607d11..199731cb0ae 100644
--- a/.github/workflows/tour_of_beam_backend.yml
+++ b/.github/workflows/tour_of_beam_backend.yml
@@ -42,7 +42,7 @@ jobs:
working-directory: ./learning/tour-of-beam/backend
steps:
- uses: actions/checkout@v7
- - uses: actions/setup-go@v6
+ - uses: actions/setup-go@v7
with:
# pin to the biggest Go version supported by Cloud Functions runtime
go-version: '1.16'