This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-go-version in repository https://gitbox.apache.org/repos/asf/beam.git
commit 656ba55ccd09dc13fa695572701320a9eec22f98 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Jun 12 23:45:47 2025 +0400 Set go version 1.24.4 --- buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +- sdks/go/run_with_go_version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 25efa002a36..7867c4895c4 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -2283,7 +2283,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.24.0" + project.ext.goVersion = "go1.24.4" // Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script // completion, and avoid this GOBIN substitution. diff --git a/sdks/go/run_with_go_version.sh b/sdks/go/run_with_go_version.sh index 03bb7166102..84272fbc65b 100755 --- a/sdks/go/run_with_go_version.sh +++ b/sdks/go/run_with_go_version.sh @@ -37,7 +37,7 @@ set -e # # This variable is also used as the execution command downscript. # The list of downloadable versions are at https://go.dev/dl/ -GOVERS=go1.24.0 +GOVERS=go1.24.4 if ! command -v go &> /dev/null then
