This is an automated email from the ASF dual-hosted git repository.
Abacn 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 f95421bbd90 Revert "Install Cloud Spanner emulator component in Go
PreCommit CI (#39850)" (#39877)
f95421bbd90 is described below
commit f95421bbd90fb3aeca37914c5ff59828f70843b1
Author: Yi Hu <[email protected]>
AuthorDate: Mon Aug 24 10:13:21 2026 -0400
Revert "Install Cloud Spanner emulator component in Go PreCommit CI
(#39850)" (#39877)
This reverts commit 2577a6cff4aa7f67c2dec5b79ba2b5fbe3c7650c.
---
.github/workflows/beam_PreCommit_Go.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/beam_PreCommit_Go.yml
b/.github/workflows/beam_PreCommit_Go.yml
index c7848948f4c..335d531f743 100644
--- a/.github/workflows/beam_PreCommit_Go.yml
+++ b/.github/workflows/beam_PreCommit_Go.yml
@@ -85,8 +85,6 @@ 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: