aboutsummaryrefslogtreecommitdiff
path: root/internal
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 /internal
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 'internal')
-rw-r--r--internal/history/release.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/history/release.go b/internal/history/release.go
index 7d03d9b7..7d4cdc7a 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -14,6 +14,9 @@ import "html/template"
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
+ Date: Date{2026, 2, 10}, Version: Version{1, 26, 0},
+ },
+ {
Date: Date{2026, 2, 4}, Version: Version{1, 25, 7},
Security: &FixSummary{
Components: []template.HTML{"the <code>go</code> command"},