diff options
| author | Michael Anthony Knyszek <mknyszek@google.com> | 2021-08-16 18:00:09 +0000 |
|---|---|---|
| committer | Michael Knyszek <mknyszek@google.com> | 2021-08-16 18:33:20 +0000 |
| commit | cb7929b9fd4ce1a59f7eb40100b2f1af9409843d (patch) | |
| tree | cd6a9427fb9a32a70f82b8fd15e75af79e5ce90c | |
| parent | b4499dd4458ec6d6dc05882ea9c627296811e39a (diff) | |
| download | go-x-website-cb7929b9fd4ce1a59f7eb40100b2f1af9409843d.tar.xz | |
internal/history: add Go 1.17
Change-Id: Idbb89a88af787472e48bbc3f437462842156af3f
Reviewed-on: https://go-review.googlesource.com/c/website/+/342483
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Website-Publish: DO NOT USE <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
| -rw-r--r-- | internal/history/release.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -15,6 +15,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 <code>net/http/httputil</code> package, as well as bug fixes to the compiler, the linker, the runtime, the <code>go</code> command, |
