From a8d8c125b016bb27c9959b7b418d2c860db12eec Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 14 Jul 2020 14:14:03 -0400 Subject: [PATCH] internal/history: document Go 1.14.5 and Go 1.13.13 Change-Id: Ic0fc6db12577f1228f1c4f8ff3eda7f320950989 Reviewed-on: https://go-review.googlesource.com/c/website/+/242600 Run-TryBot: Katie Hockman TryBot-Result: Gobot Gobot Reviewed-by: Filippo Valsorda --- internal/history/release.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/history/release.go b/internal/history/release.go index 5fe34b5338..8cfdb1f9c6 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -34,12 +34,12 @@ var Releases = map[GoVer]Release{ {1, 14, 5}: { Date: Date{2020, 7, 14}, Security: true, - Future: true, + Packages: []string{"crypto/x509", "net/http"}, }, {1, 13, 13}: { Date: Date{2020, 7, 14}, Security: true, - Future: true, + Packages: []string{"crypto/x509", "net/http"}, }, {1, 14, 4}: {