From 5745cf11971a0642475d120c9a65f61d1dbed311 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Fri, 5 Sep 2025 08:37:34 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 50c8a6d..59a3210 100644 --- a/FAQ.md +++ b/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`. \ No newline at end of file