We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46a635 commit 51eec3cCopy full SHA for 51eec3c
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2338,7 +2338,7 @@ class BeamModulePlugin implements Plugin<Project> {
2338
2339
// This sets the whole project Go version.
2340
// The latest stable Go version can be checked at https://go.dev/dl/
2341
- project.ext.goVersion = "go1.25.6"
+ project.ext.goVersion = "go1.26.0"
2342
2343
// Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script
2344
// completion, and avoid this GOBIN substitution.
0 commit comments