summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeschi Kreinick <heschi@google.com>2022-12-14 14:55:30 -0500
committerGopher Robot <gobot@golang.org>2022-12-14 21:01:46 +0000
commit0b8add46ce9e763ce8c60c71b3d647f6af02e07a (patch)
treee45ab3874cd1d99fe05c3945a4fbdaaf7a27728e /doc
parent4f8bc6224b64bf7149a03678ab5448830e7df80d (diff)
downloadgo-git-0b8add46ce9e763ce8c60c71b3d647f6af02e07a.tar.gz
doc/go1.20.html: pre-announce dropping Windows 7, 8, and friends
For #57003, #57004. Change-Id: Ic1386a0ce83897411fbc68c83a9125af1cc11b54 Reviewed-on: https://go-review.googlesource.com/c/go/+/457695 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index 805cc9f93f..635ef3e66b 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -67,9 +67,16 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="ports">Ports</h2>
+<h3 id="windows">Windows</h3>
+
+<p><!-- https://go.dev/issue/57003, https://go.dev/issue/57004 -->
+ Go 1.20 is the last release that will run on any release of Windows 7, 8, Server 2008 and Server 2012.
+ Go 1.21 will require at least Windows 10 or Server 2016.
+</p>
+
<h3 id="darwin">Darwin and iOS</h3>
-<p><!-- golang.org/issue/23011 -->
+<p><!-- https://go.dev/issue/23011 -->
Go 1.20 is the last release that will run on macOS 10.13 High Sierra or 10.14 Mojave.
Go 1.21 will require macOS 10.15 Catalina or later.
</p>