We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8bc62 commit 0b8add4Copy full SHA for 0b8add4
doc/go1.20.html
@@ -67,9 +67,16 @@ <h2 id="language">Changes to the language</h2>
67
68
<h2 id="ports">Ports</h2>
69
70
+<h3 id="windows">Windows</h3>
71
+
72
+<p><!-- https://go.dev/issue/57003, https://go.dev/issue/57004 -->
73
+ Go 1.20 is the last release that will run on any release of Windows 7, 8, Server 2008 and Server 2012.
74
+ Go 1.21 will require at least Windows 10 or Server 2016.
75
+</p>
76
77
<h3 id="darwin">Darwin and iOS</h3>
78
-<p><!-- golang.org/issue/23011 -->
79
+<p><!-- https://go.dev/issue/23011 -->
80
Go 1.20 is the last release that will run on macOS 10.13 High Sierra or 10.14 Mojave.
81
Go 1.21 will require macOS 10.15 Catalina or later.
82
</p>
0 commit comments