This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9c9de4919b5 Update Go container build version to 1.21.11 (#31515)
9c9de4919b5 is described below
commit 9c9de4919b54e57f3b814a61203d1efee4a092c7
Author: Robert Burke <[email protected]>
AuthorDate: Wed Jun 5 11:27:15 2024 -0700
Update Go container build version to 1.21.11 (#31515)
---
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.