File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Compiler compatibility
2
+
3
+ ## FreeBSD platform
4
+ - Go 1.9 is the last release supports FreeBSD 9.3
5
+ - Go 1.10 supports FreeBSD 10.3+
6
+
7
+ ## OpenBSD platform
8
+ - Go 1.9 supports OpenBSD 6.0+
9
+ - Go 1.9 no longer supports OpenBSD 5.9
10
+ - Go 1.10 is the last release supports OpenBSD 6.0
11
+ - Go 1.11 requires OpenBSD 6.2+
12
+
13
+ ## OSX Darwin platform
14
+ - Go 1.10 is the last release supports OSX 10.8 Mountain Lion
15
+ - Go 1.10 is the last release supports OSX 10.9 Mavericks
16
+ - Go 1.11 supports OSX 10.10 Yosemite or later
17
+ - Go 1.12 is the last release supports OSX 10.10 Yosemite
18
+ - Go 1.13 supports OSX 10.11 El Capitan or later
19
+ - Go 1.14 is the last release supports OSX 10.11 El Capitan
20
+ - Go 1.15 supports OSX 10.12 Sierra or later
21
+
22
+ ## Windows platform
23
+ - Go 1.10 is the last release supports Windows XP
24
+ - Go 1.10 is the last release supports Windows Vista
25
+ - Go 1.11 supports Windows 7+
26
+
27
+ # Standard library compatibility
28
+ ## SSL/TLS protocol
29
+ - Go 1.13 is the last release supports SSLv3
Original file line number Diff line number Diff line change
1
+ # 编译器兼容性
2
+
3
+ ## FreeBSD平台
4
+ - Go 1.9是最后支持FreeBSD 9.3的版本
5
+ - Go 1.10支持FreeBSD 10.3+
6
+
7
+ ## OpenBSD平台
8
+ - Go 1.9支持OpenBSD 6.0+
9
+ - Go 1.9不再支持OpenBSD 5.9
10
+ - Go 1.10是最后支持OpenBSD 6.0的版本
11
+ - Go 1.11支持OpenBSD 6.2+
12
+
13
+ ## OSX Darwin平台
14
+ - Go 1.10是最后支持OSX 10.8 Mountain Lion的版本
15
+ - Go 1.10是最后支持OSX 10.9 Mavericks的版本
16
+ - Go 1.11支持OSX 10.10 Yosemite及后续版本
17
+ - Go 1.12是最后支持OSX 10.10 Yosemite的版本
18
+ - Go 1.13支持OSX 10.11 El Capitan及后续版本
19
+ - Go 1.14是最后支持OSX 10.11 El Capitan的版本
20
+ - Go 1.15支持OSX 10.12 Sierra及后续版本
21
+
22
+ ## Windows平台
23
+ - Go 1.10是最后支持Windows XP的版本
24
+ - Go 1.10是最后支持Windows Vista的版本
25
+ - Go 1.11支持Windows 7+
26
+
27
+ # 标准库兼容性
28
+ ## SSL/TLS protocol
29
+ - Go 1.13是最后支持SSLv3的版本
You can’t perform that action at this time.
0 commit comments