This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch release-2.57.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.57.0 by this push:
new 9806447f2ee Update Go container build version to 1.21.11 (#31516)
9806447f2ee is described below
commit 9806447f2ee22dd33df52b83f0a65ca18fcdaec9
Author: Robert Burke <[email protected]>
AuthorDate: Wed Jun 5 11:32:53 2024 -0700
Update Go container build version to 1.21.11 (#31516)
---
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 7c692fcb3f4..493be3d7cc0 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2224,7 +2224,7 @@ class BeamModulePlugin implements Plugin<Project> {
// This sets the whole project Go version.
// The latest stable Go version can be checked at https://go.dev/dl/
- project.ext.goVersion = "go1.21.8"
+ project.ext.goVersion = "go1.21.11"
// Minor TODO: Figure out if we can pull out the GOCMD env variable
after goPrepare script
// completion, and avoid this GOBIN substitution.