diff options
| author | Robert Griesemer <gri@google.com> | 2025-10-06 10:36:13 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-06 11:11:50 -0700 |
| commit | d6f274124871dbc3e55b9101e2891785500a178c (patch) | |
| tree | d60b2c3fc82b732829291e937ce32f9c4a49f931 | |
| parent | 28ac8d210426f374f69650958bbb20ff800e0aea (diff) | |
| download | go-d6f274124871dbc3e55b9101e2891785500a178c.tar.xz | |
[release-branch.go1.25] spec: update spec date to match release date
Ths spec date in the 1.25 release branch dates back to Feb 2025
which is rather confusing. Moving it forward to 1.25 release date.
Fixes #75743.
Change-Id: Ibb2da5dc238a3b876862eef802e90bee6326d6b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/709515
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
| -rw-r--r-- | doc/go_spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index 183bc7fb37..2b47fb2e83 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ <!--{ "Title": "The Go Programming Language Specification", - "Subtitle": "Language version go1.25 (Feb 25, 2025)", + "Subtitle": "Language version go1.25 (Aug 12, 2025)", "Path": "/ref/spec" }--> |
