This is an automated email from the ASF dual-hosted git repository. Abacn pushed a commit to branch revert-39850-spanner-emulator-ci-install in repository https://gitbox.apache.org/repos/asf/beam.git
commit 983e987dcf58ad0ce4d273df349cd8f0a949d017 Author: Yi Hu <[email protected]> AuthorDate: Mon Aug 24 10:00:16 2026 -0400 Revert "Install Cloud Spanner emulator component in Go PreCommit CI (#39850)" 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:
