From fb52c16fa6c807d3e84eb7b56f5a39702d52470c Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Mon, 30 Jan 2023 21:15:45 +0000 Subject: [PATCH] internal/history: add Go 1.20, remove release notes draft notice Fixes golang/go#54202. Change-Id: I6043b8af0e3de7e46e5ab0e9dafe9c34cbd18236 Reviewed-on: https://go-review.googlesource.com/c/website/+/464175 TryBot-Result: Gopher Robot Run-TryBot: Michael Knyszek Reviewed-by: Dmitri Shuralyov Reviewed-by: Matthew Dempsky --- _content/doc/go1.20.html | 10 +++++----- internal/history/release.go | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/_content/doc/go1.20.html b/_content/doc/go1.20.html index d3bd184686..fc6b1beb26 100644 --- a/_content/doc/go1.20.html +++ b/_content/doc/go1.20.html @@ -14,13 +14,13 @@ main ul li { margin: 0.5em 0; } -

DRAFT RELEASE NOTES — Introduction to Go 1.20

+

Introduction to Go 1.20

- - Go 1.20 is not yet released. These are work-in-progress - release notes. Go 1.20 is expected to be released in February 2023. - + The latest Go release, version 1.20, arrives six months after Go 1.19. + 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

diff --git a/internal/history/release.go b/internal/history/release.go index e12f83249a..f37f9db9a9 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{2023, 2, 1}, Version: Version{1, 20, 0}, + }, { Date: Date{2023, 1, 10}, Version: Version{1, 19, 5}, Bug: &FixSummary{