Skip to content

Commit c49c811

Browse files
dmitshurgopherbot
authored andcommitted
internal/history: document Go 1.24.6 and 1.23.12 releases
Change-Id: Ief2c1a88f499ffbe4f86b7a48ab06db3a43d6005 Reviewed-on: https://go-review.googlesource.com/c/website/+/693636 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Mark Freeman <[email protected]>
1 parent 6923b7b commit c49c811

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

internal/history/release.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ import "html/template"
1313
//
1414
// The table is sorted by date, breaking ties with newer versions first.
1515
var Releases = []*Release{
16+
{
17+
Date: Date{2025, 8, 6}, Version: Version{1, 24, 6},
18+
Security: &FixSummary{
19+
Packages: []string{"database/sql", "os/exec"},
20+
},
21+
Bug: &FixSummary{
22+
Components: []template.HTML{"the runtime"},
23+
},
24+
},
25+
{
26+
Date: Date{2025, 8, 6}, Version: Version{1, 23, 12},
27+
Security: &FixSummary{
28+
Packages: []string{"database/sql", "os/exec"},
29+
},
30+
Bug: &FixSummary{
31+
Components: []template.HTML{"the runtime"},
32+
},
33+
},
1634
{
1735
Date: Date{2025, 7, 8}, Version: Version{1, 24, 5},
1836
Security: &FixSummary{

0 commit comments

Comments
 (0)