aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2025-02-03 09:59:25 -0500
committerCherry Mui <cherryyz@google.com>2025-02-03 07:28:02 -0800
commit9da530f11ac8331e9326290e42e9a39e7bd56d35 (patch)
treea65f9510d1374e44f05a36670a11216e88f5c2c9 /src/internal
parent37f27fbecd422da9fefb8ae1cc601bc5b4fec44b (diff)
downloadgo-9da530f11ac8331e9326290e42e9a39e7bd56d35.tar.xz
internal/goversion: update Version to 1.25
Go 1.25 is in the process of being opened for development (to be eventually released). This change marks the very beginning of its development cycle, updating the Version value accordingly. For #40705. For #70525. Change-Id: If673d4aeddc376fefe6bddc3ec2704ca91245777 Reviewed-on: https://go-review.googlesource.com/c/go/+/646155 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/goversion/goversion.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go
index de2bcf4c82..18703a64ea 100644
--- a/src/internal/goversion/goversion.go
+++ b/src/internal/goversion/goversion.go
@@ -9,4 +9,4 @@ package goversion
//
// It should be updated at the start of each development cycle to be
// the version of the next Go 1.x release. See go.dev/issue/40705.
-const Version = 24
+const Version = 25