This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch lostluck-go-play
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/lostluck-go-play by this push:
new 36f27e027c4 Update playground Go build.gradle to use latest Go version.
36f27e027c4 is described below
commit 36f27e027c48ac99266308b53af5de6ad8a450e5
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:13:49 2024 -0700
Update playground Go build.gradle to use latest Go version.
---
playground/backend/containers/go/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground/backend/containers/go/build.gradle
b/playground/backend/containers/go/build.gradle
index 39d79103d63..04e86eb53d3 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.20-bullseye",
+ "golang:1-bullseye",
'SDK_TAG' : project.rootProject.hasProperty(["sdk-tag"]) ?
project.rootProject["sdk-tag"] :
project.rootProject.sdk_version,
'SDK_TAG_LOCAL': project.rootProject.sdk_version,