Skip to content

Commit 51eec3c

Browse files
authored
Update to latest go version (#37638)
1 parent b46a635 commit 51eec3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

23392339
// This sets the whole project Go version.
23402340
// The latest stable Go version can be checked at https://go.dev/dl/
2341-
project.ext.goVersion = "go1.25.6"
2341+
project.ext.goVersion = "go1.26.0"
23422342

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

0 commit comments

Comments
 (0)