Skip to content

Commit

Permalink
internal/history: document Go 1.21.3 and 1.20.10 releases
Browse files Browse the repository at this point in the history
Change-Id: I2b60b5f4129a565d23fd2eb5d64c0dbf578134b4
Reviewed-on: https://go-review.googlesource.com/c/website/+/534217
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Oct 10, 2023
1 parent 76748e4 commit 24b2e95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/history/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ import "html/template"
var Releases = []*Release{
{
Date: Date{2023, 10, 10}, Version: Version{1, 21, 3},
Future: true,
Security: &FixSummary{Quantifier: "a", Components: []template.HTML{"the standard library"}},
Security: &FixSummary{Quantifier: "a", Packages: []string{"net/http"}},
},
{
Date: Date{2023, 10, 10}, Version: Version{1, 20, 10},
Future: true,
Security: &FixSummary{Quantifier: "a", Components: []template.HTML{"the standard library"}},
Security: &FixSummary{Quantifier: "a", Packages: []string{"net/http"}},
},
{
Date: Date{2023, 10, 5}, Version: Version{1, 21, 2},
Expand Down

0 comments on commit 24b2e95

Please sign in to comment.