Skip to content

Commit 9a694f2

Browse files
committed
internal/history: document Go 1.17.4 and Go 1.16.11
Change-Id: Ie75a58e316eea0cc9777cadf72d50ff45f8ca0a7 Reviewed-on: https://go-review.googlesource.com/c/website/+/368734 Trust: Michael Knyszek <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Website-Publish: Dmitri Shuralyov <[email protected]>
1 parent ab9c578 commit 9a694f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/history/release.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ import "golang.org/x/website/internal/backport/html/template"
1414
//
1515
// The table is sorted by date, breaking ties with newer versions first.
1616
var Releases = []*Release{
17+
{
18+
Date: Date{2021, 12, 2}, Version: Version{1, 17, 4},
19+
Components: []template.HTML{"the compiler", "linker", "runtime"},
20+
Packages: []string{"go/types", "net/http", "time"},
21+
},
22+
{
23+
Date: Date{2021, 12, 2}, Version: Version{1, 16, 11},
24+
Components: []template.HTML{"the compiler", "runtime"},
25+
Packages: []string{"net/http", "net/http/httptest", "time"},
26+
},
1727
{
1828
Date: Date{2021, 11, 4}, Version: Version{1, 17, 3},
1929
CustomSummary: `includes security fixes to the <code>archive/zip</code> and <code>debug/macho</code> packages,

0 commit comments

Comments
 (0)