This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-playground-10-31
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-playground-10-31 by this
push:
new 4d5929b12b7 Use Go 1.25
4d5929b12b7 is described below
commit 4d5929b12b73ca359d01e3467423a97c447b5ef3
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Oct 31 17:13:20 2025 +0400
Use Go 1.25
---
.test-infra/mock-apis/go.mod | 4 ++--
playground/backend/containers/go/build.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.test-infra/mock-apis/go.mod b/.test-infra/mock-apis/go.mod
index 42161f63e23..888266c3cf6 100644
--- a/.test-infra/mock-apis/go.mod
+++ b/.test-infra/mock-apis/go.mod
@@ -20,9 +20,9 @@
// directory.
module github.com/apache/beam/test-infra/mock-apis
-go 1.23.0
+go 1.25.0
-toolchain go1.24.4
+toolchain go1.25.2
require (
cloud.google.com/go/logging v1.8.1
diff --git a/playground/backend/containers/go/build.gradle
b/playground/backend/containers/go/build.gradle
index 04e86eb53d3..ad236e10d50 100644
--- a/playground/backend/containers/go/build.gradle
+++ b/playground/backend/containers/go/build.gradle
@@ -88,7 +88,7 @@ docker {
buildArgs(
['BASE_IMAGE' : project.rootProject.hasProperty(["base-image"]) ?
project.rootProject["base-image"] :
- "golang:1-bullseye",
+ "golang:1.25",
'SDK_TAG' : project.rootProject.hasProperty(["sdk-tag"]) ?
project.rootProject["sdk-tag"] :
project.rootProject.sdk_version,
'SDK_TAG_LOCAL': project.rootProject.sdk_version,