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 88643d2c01c Update playground Python build.gradle to use latest go all 
the time
88643d2c01c is described below

commit 88643d2c01cdb1bb73b37ec237a6679f7f3e482b
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Thu Sep 12 11:05:40 2024 -0700

    Update playground Python build.gradle to use latest go all the time
---
 playground/backend/containers/python/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/backend/containers/python/build.gradle 
b/playground/backend/containers/python/build.gradle
index 4a845b516b8..cce805f393b 100644
--- a/playground/backend/containers/python/build.gradle
+++ b/playground/backend/containers/python/build.gradle
@@ -75,7 +75,7 @@ docker {
    buildArgs(
          ['GO_BASE_IMAGE': project.rootProject.hasProperty(["go-base-image"]) ?
                project.rootProject["go-base-image"] :
-               "golang:1.20-bullseye",
+               "golang:1-bullseye",
           'SDK_TAG'      : project.rootProject.hasProperty(["sdk-tag"]) ?
                 project.rootProject["sdk-tag"] : default_beam_version,
           'GIT_COMMIT'   : getGitCommitHash(),

Reply via email to