Skip to content

Commit

Permalink
internal/history: document Go 1.23.3 and 1.22.9 releases
Browse files Browse the repository at this point in the history
Change-Id: Ifcb769658da7df2e211d8bf94efd224ce0a1b2d4
Reviewed-on: https://go-review.googlesource.com/c/website/+/625595
Reviewed-by: Carlos Amedee <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: David Chase <[email protected]>
  • Loading branch information
dr2chase committed Nov 6, 2024
1 parent aa58835 commit 7a258df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions internal/history/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ import "html/template"
//
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
Date: Date{2024, 11, 6}, Version: Version{1, 23, 3},
Bug: &FixSummary{
Components: []template.HTML{"the linker", "the runtime"},
Packages: []string{"net/http", "os", "syscall"},
},
},
{
Date: Date{2024, 11, 6}, Version: Version{1, 22, 9},
Bug: &FixSummary{
Components: []template.HTML{"the linker"},
Packages: []string{},
},
},
{
Date: Date{2024, 10, 1}, Version: Version{1, 23, 2},
Bug: &FixSummary{
Expand Down

0 comments on commit 7a258df

Please sign in to comment.