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 4e3a3f68604 Update playground router build.gradle to use latest Go
version.
4e3a3f68604 is described below
commit 4e3a3f68604c74eb9097204fc0257aa41f1c9e20
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:19:48 2024 -0700
Update playground router build.gradle to use latest Go version.
---
playground/backend/containers/router/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground/backend/containers/router/build.gradle
b/playground/backend/containers/router/build.gradle
index 49ae2dc5d40..48dcda7a689 100644
--- a/playground/backend/containers/router/build.gradle
+++ b/playground/backend/containers/router/build.gradle
@@ -70,7 +70,7 @@ docker {
tags containerImageTags()
buildArgs(['BASE_IMAGE' : project.rootProject.hasProperty(["base-image"])
?
project.rootProject["base-image"] :
- "golang:1.20-bullseye",
+ "golang:1-bullseye",
'GIT_COMMIT' : getGitCommitHash(),
'GIT_TIMESTAMP': getGitCommitTimestamp()])
}