Skip to content

Commit 16993ac

Browse files
authored
Update Go version from 1.25.2 to 1.25.6 (#37395)
1 parent b50a099 commit 16993ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ class BeamModulePlugin implements Plugin<Project> {
23452345

23462346
// This sets the whole project Go version.
23472347
// The latest stable Go version can be checked at https://go.dev/dl/
2348-
project.ext.goVersion = "go1.25.2"
2348+
project.ext.goVersion = "go1.25.6"
23492349

23502350
// Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script
23512351
// completion, and avoid this GOBIN substitution.

0 commit comments

Comments
 (0)