This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-goversion
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8f3b062fb3e731cd4695ab7b3fdff322b8f75620
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Tue Mar 5 10:12:41 2024 -0800

    Update BeamModulePlugin.groovy go version to 1.21.8
---
 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 3157eaaf7ea..fae25d67b1b 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2202,7 +2202,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.6"
+      project.ext.goVersion = "go1.21.8"
 
       // Minor TODO: Figure out if we can pull out the GOCMD env variable 
after goPrepare script
       // completion, and avoid this GOBIN substitution.

Reply via email to