We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50a099 commit 16993acCopy full SHA for 16993ac
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2345,7 +2345,7 @@ class BeamModulePlugin implements Plugin<Project> {
2345
2346
// This sets the whole project Go version.
2347
// The latest stable Go version can be checked at https://go.dev/dl/
2348
- project.ext.goVersion = "go1.25.2"
+ project.ext.goVersion = "go1.25.6"
2349
2350
// Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script
2351
// completion, and avoid this GOBIN substitution.
0 commit comments