Skip to content

Commit

Permalink
internal/history: document Go 1.23.5 and 1.22.11 releases
Browse files Browse the repository at this point in the history
Change-Id: I294b7fc746e6752eb92b70e8f80d7b4c74de3ba0
Reviewed-on: https://go-review.googlesource.com/c/website/+/643195
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
  • Loading branch information
mknyszek committed Jan 16, 2025
1 parent 2946a7c commit a9d101e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions internal/history/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ import "html/template"
//
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
Date: Date{2025, 1, 16}, Version: Version{1, 23, 5},
Security: &FixSummary{
Packages: []string{"crypto/x509", "net/http"},
},
Bug: &FixSummary{
Components: []template.HTML{"the compiler", "the runtime"},
Packages: []string{"net"},
},
},
{
Date: Date{2025, 1, 16}, Version: Version{1, 22, 11},
Security: &FixSummary{
Packages: []string{"crypto/x509", "net/http"},
},
Bug: &FixSummary{
Components: []template.HTML{"the runtime"},
},
},
{
Date: Date{2024, 12, 3}, Version: Version{1, 23, 4},
Bug: &FixSummary{
Expand Down

0 comments on commit a9d101e

Please sign in to comment.