From efdd10c2a3f804cb73f81831a81864c864b74e1d Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Wed, 11 Feb 2026 14:03:31 +0530 Subject: [PATCH] fix image --- .../pre_post_processing/go.integration.cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/sample_tests/pre_post_processing/go.integration.cloudbuild.yaml b/.ci/sample_tests/pre_post_processing/go.integration.cloudbuild.yaml index 75528a9710..d0ae840fe6 100644 --- a/.ci/sample_tests/pre_post_processing/go.integration.cloudbuild.yaml +++ b/.ci/sample_tests/pre_post_processing/go.integration.cloudbuild.yaml @@ -14,7 +14,7 @@ steps: - name: "${_IMAGE}" - id: "py-pre-post-processing-test" + id: "go-pre-post-processing-test" entrypoint: "bash" args: - -c @@ -47,7 +47,7 @@ timeout: 1200s substitutions: _TARGET_LANG: "go" - _IMAGE: "gcr.io/google.com/cloudsdktool/cloud-sdk:537.0.0" + _IMAGE: "golang:1.25.1" _TARGET_ROOT: "docs/en/samples/pre_post_processing/go" _TABLE_NAME: "hotels_go_pre_post_processing" _SQL_FILE: ".ci/sample_tests/setup_hotels.sql"