internal/history: document Go 1.22.4 and 1.21.11 releases
Change-Id: I9431510f6371516e3a429ab804fa4cb72d344387 Reviewed-on: https://go-review.googlesource.com/c/website/+/590335 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Родитель
dc220e6481
Коммит
7189aba396
|
@ -14,6 +14,26 @@ import "html/template"
|
|||
//
|
||||
// The table is sorted by date, breaking ties with newer versions first.
|
||||
var Releases = []*Release{
|
||||
{
|
||||
Date: Date{2024, 6, 4}, Version: Version{1, 22, 4},
|
||||
Security: &FixSummary{
|
||||
Packages: []string{"archive/zip", "net/netip"},
|
||||
},
|
||||
Bug: &FixSummary{
|
||||
Components: []template.HTML{"the compiler", "the <code>go</code> command", "the linker", "the runtime"},
|
||||
Packages: []string{"os"},
|
||||
},
|
||||
},
|
||||
{
|
||||
Date: Date{2024, 6, 4}, Version: Version{1, 21, 11},
|
||||
Security: &FixSummary{
|
||||
Packages: []string{"archive/zip", "net/netip"},
|
||||
},
|
||||
Bug: &FixSummary{
|
||||
Components: []template.HTML{"the compiler", "the <code>go</code> command", "the runtime"},
|
||||
Packages: []string{"os"},
|
||||
},
|
||||
},
|
||||
{
|
||||
Date: Date{2024, 5, 7}, Version: Version{1, 22, 3},
|
||||
Security: &FixSummary{
|
||||
|
|
Загрузка…
Ссылка в новой задаче