Updated FAQ (markdown)

wwqgtxx
2025-09-05 08:37:34 +08:00
parent eb807165d9
commit 5745cf1197

4
FAQ.md

@@ -24,7 +24,7 @@ release 中,包的文件名中包含了多个信息,包括
对于macos用户根据[go wiki](https://go.dev/doc/go1.25#darwin)go1.25开始不再支持macos11请macos11用户下载带有`go124`标签的二进制文件macos10.15用户下载带有`go122`标签的二进制文件macoc10.13用户下载带有`go120`标签的二进制文件
对于windows用户目前官方构建的所有版本均支持win7及更高版本的系统非官方构建不保证这一点
对于windows用户目前官方构建的所有版本均支持win7及更高版本的系统非官方构建不保证这一点,我们通过维护[自己fork版本的golang](https://github.com/MetaCubeX/go)来编译
对于linux用户根据[go wiki](https://go.dev/doc/go1.24#linux)go1.24开始仅支持3.2+版本内核请2.6.32~3.1版本内核用户下载带有`go123`标签的二进制文件
@@ -52,6 +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: Currently, all official builds support Windows 7 and higher. (Unofficial builds are not guaranteed to support this; we maintain [our own forked version of Golang](https://github.com/MetaCubeX/go) for compiling.)
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`.