This is an automated email from the ASF dual-hosted git repository.
liferoad 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 2577a6cff4a Install Cloud Spanner emulator component in Go PreCommit
CI (#39850)
2577a6cff4a is described below
commit 2577a6cff4aa7f67c2dec5b79ba2b5fbe3c7650c
Author: Chris Gavin <[email protected]>
AuthorDate: Sun Aug 23 02:06:02 2026 +1000
Install Cloud Spanner emulator component in Go PreCommit CI (#39850)
---
.github/workflows/beam_PreCommit_Go.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/beam_PreCommit_Go.yml
b/.github/workflows/beam_PreCommit_Go.yml
index 335d531f743..c7848948f4c 100644
--- a/.github/workflows/beam_PreCommit_Go.yml
+++ b/.github/workflows/beam_PreCommit_Go.yml
@@ -85,6 +85,8 @@ jobs:
with:
java-version: default
go-version: default
+ - name: Install Cloud Spanner emulator
+ run: gcloud components install cloud-spanner-emulator --quiet
- name: run goPreCommit script
uses: ./.github/actions/gradle-command-self-hosted-action
with: