internal/history: document Go 1.22.6 and 1.21.13 releases
Change-Id: If5481efb371aad0c61c4d0a0aec4ecbb8ebd3600 Reviewed-on: https://go-review.googlesource.com/c/website/+/603455 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Родитель
6dc5e9bfb6
Коммит
c87b2eb979
|
@ -13,6 +13,20 @@ import "html/template"
|
||||||
//
|
//
|
||||||
// The table is sorted by date, breaking ties with newer versions first.
|
// The table is sorted by date, breaking ties with newer versions first.
|
||||||
var Releases = []*Release{
|
var Releases = []*Release{
|
||||||
|
{
|
||||||
|
Date: Date{2024, 8, 6}, Version: Version{1, 22, 6},
|
||||||
|
Bug: &FixSummary{
|
||||||
|
Components: []template.HTML{"the <code>go</code> command", "the compiler", "the linker", "the <code>trace</code> command", "the <code>covdata</code> command"},
|
||||||
|
Packages: []string{"bytes", "go/types", "os/exec"},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Date: Date{2024, 8, 6}, Version: Version{1, 21, 13},
|
||||||
|
Bug: &FixSummary{
|
||||||
|
Components: []template.HTML{"the <code>go</code> command", "the <code>covdata</code> command"},
|
||||||
|
Packages: []string{"bytes"},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Date: Date{2024, 7, 2}, Version: Version{1, 22, 5},
|
Date: Date{2024, 7, 2}, Version: Version{1, 22, 5},
|
||||||
Security: &FixSummary{
|
Security: &FixSummary{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче