Updated FAQ (markdown)

wwqgtxx
2025-09-05 08:32:35 +08:00
parent 56068bc46c
commit eb807165d9

6
FAQ.md

@@ -26,6 +26,8 @@ release 中,包的文件名中包含了多个信息,包括
对于windows用户目前官方构建的所有版本均支持win7及更高版本的系统非官方构建不保证这一点
对于linux用户根据[go wiki](https://go.dev/doc/go1.24#linux)go1.24开始仅支持3.2+版本内核请2.6.32~3.1版本内核用户下载带有`go123`标签的二进制文件
### Which file should I download?
In`release`, the filename of each package includes several pieces of information, including:
@@ -50,4 +52,6 @@ Check details of system compatibility information about Golang version 1.20 [her
For macOS users: According to the [Go wiki](https://go.dev/doc/go1.25#darwin), Go 1.25 no longer supports macOS 11. macOS 11 users are advised to download the binary with the `go124` tag, macOS 10.15 users are advised to download the binary with the `go122` tag, and macOS 10.13 users are advised to download the binary with the `go120` tag.
For Windows users: All official builds currently support Windows 7 and higher (unofficial builds are not guaranteed).
For Windows users: All official builds currently support Windows 7 and higher (unofficial builds are not guaranteed).
For Linux users: According to the [go wiki](https://go.dev/doc/go1.24#linux), Go 1.24 only supports kernels 3.2 and higher. For kernels 2.6.32 to 3.1, please download the binary tagged `go123`.