diff --git a/FAQ.md b/FAQ.md index 2e06a64..50c8a6d 100644 --- a/FAQ.md +++ b/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). \ No newline at end of file +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`. \ No newline at end of file