This is an automated email from the ASF dual-hosted git repository.
damccorm 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 51eec3c8658 Update to latest go version (#37638)
51eec3c8658 is described below
commit 51eec3c86585b61d266da3bda5c30f6d3c988de2
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Feb 18 11:39:38 2026 -0500
Update to latest go version (#37638)
---
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 aad671d22ce..01351804415 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2338,7 +2338,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.25.6"
+ project.ext.goVersion = "go1.26.0"
// Minor TODO: Figure out if we can pull out the GOCMD env variable
after goPrepare script
// completion, and avoid this GOBIN substitution.