From cb7929b9fd4ce1a59f7eb40100b2f1af9409843d Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Mon, 16 Aug 2021 18:00:09 +0000 Subject: [PATCH] internal/history: add Go 1.17 Change-Id: Idbb89a88af787472e48bbc3f437462842156af3f Reviewed-on: https://go-review.googlesource.com/c/website/+/342483 Trust: Michael Knyszek Run-TryBot: Michael Knyszek TryBot-Result: Go Bot Website-Publish: DO NOT USE Reviewed-by: Dmitri Shuralyov --- internal/history/release.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/history/release.go b/internal/history/release.go index 9de918d7..b45f473f 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -14,6 +14,9 @@ import "golang.org/x/website/internal/backport/html/template" // // The table is sorted by date, breaking ties with newer versions first. var Releases = []*Release{ + { + Date: Date{2021, 8, 16}, Version: Version{1, 17, 0}, + }, { Date: Date{2021, 8, 5}, Version: Version{1, 16, 7}, CustomSummary: `includes a security fix to the net/http/httputil package,