From c4ff2e6602b6410efe1db8c80ae2f5e2cd414b3d Mon Sep 17 00:00:00 2001 From: Shivanee Persaud Date: Tue, 24 Feb 2026 16:12:13 -0800 Subject: [PATCH 1/2] fix: update go version to 1.25.0 --- ci/cloudbuild_with_gapic_showcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cloudbuild_with_gapic_showcase.yaml b/ci/cloudbuild_with_gapic_showcase.yaml index c43b2b31e..0105d501d 100644 --- a/ci/cloudbuild_with_gapic_showcase.yaml +++ b/ci/cloudbuild_with_gapic_showcase.yaml @@ -31,7 +31,7 @@ steps: args: ['clone', 'https://github.com/googleapis/gapic-showcase.git'] - id: 'Build Showcase' - name: 'golang:1.24' + name: 'golang:1.25.0' entrypoint: 'go' args: ['install', './cmd/gapic-showcase'] dir: 'gapic-showcase' From eea6f6adfd0693bc44b22569149350c2b286b02b Mon Sep 17 00:00:00 2001 From: Shivanee Persaud Date: Tue, 24 Feb 2026 16:20:21 -0800 Subject: [PATCH 2/2] fix: Update go version in cloudbuild_with_gapic_showcase.yaml --- ci/cloudbuild_with_gapic_showcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cloudbuild_with_gapic_showcase.yaml b/ci/cloudbuild_with_gapic_showcase.yaml index 0105d501d..b85212d1a 100644 --- a/ci/cloudbuild_with_gapic_showcase.yaml +++ b/ci/cloudbuild_with_gapic_showcase.yaml @@ -31,7 +31,7 @@ steps: args: ['clone', 'https://github.com/googleapis/gapic-showcase.git'] - id: 'Build Showcase' - name: 'golang:1.25.0' + name: 'golang:1.25' entrypoint: 'go' args: ['install', './cmd/gapic-showcase'] dir: 'gapic-showcase'