aboutsummaryrefslogtreecommitdiff
path: root/_content
diff options
context:
space:
mode:
authorJunyang Shao <shaojunyang@google.com>2026-02-10 17:44:11 +0000
committerJunyang Shao <shaojunyang@google.com>2026-02-10 11:12:03 -0800
commiteb9efb930efa9971d3a9a76f0c06bc7b853f1c30 (patch)
tree0c49009314c4c126ab04d482345eaba0f360682d /_content
parentfb40eb1c0270dd17e04eb05a1f34e0c36219331f (diff)
downloadgo-x-website-eb9efb930efa9971d3a9a76f0c06bc7b853f1c30.tar.xz
internal/history: remove draft notice, update deployment, add Go 1.26
This change: Removes the draft notice from go1.26.md Updates the deployment for golangorg to Go 1.26 Adds Go 1.26 to history/release.go Fixes golang/go#75005. Change-Id: I3dc8457a3ec0fa2e3909b3592afe29db586db73a Reviewed-on: https://go-review.googlesource.com/c/website/+/743900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to '_content')
-rw-r--r--_content/doc/go1.26.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md
index 37d1a10d..cf0c755a 100644
--- a/_content/doc/go1.26.md
+++ b/_content/doc/go1.26.md
@@ -6,10 +6,12 @@ title: Go 1.26 Release Notes
main ul li { margin: 0.5em 0; }
</style>
-## DRAFT RELEASE NOTES — Introduction to Go 1.26 {#introduction}
+## Introduction to Go 1.26 {#introduction}
-**Go 1.26 is not yet released. These are work-in-progress release notes.
-Go 1.26 is expected to be released in February 2026.**
+The latest Go release, version 1.26, arrives in [February 2026](/doc/devel/release#go1.26.0), six months after [Go 1.25](/doc/go1.25).
+Most of its changes are in the implementation of the toolchain, runtime, and libraries.
+As always, the release maintains the Go 1 promise of compatibility.
+We expect almost all Go programs to continue to compile and run as before.
## Changes to the language {#language}