Updated FAQ (markdown)

wwqgtxx
2025-09-05 08:22:25 +08:00
parent 9152a04157
commit 86131c4416

6
FAQ.md

@@ -22,6 +22,8 @@ release 中,包的文件名中包含了多个信息,包括
👉[在此了解](https://go.dev/doc/go1.20#ports)更多关于Golang1.20版本的系统兼容性信息
对于macos用户根据[go wiki](https://go.dev/doc/go1.25#darwin)go1.25开始不再支持macos11请macos11用户下载带有`go124`标签的二进制文件macos10.15用户下载带有`go122`标签的二进制文件macoc10.13用户下载带有`go120`标签的二进制文件
### Which file should I download?
In`release`, the filename of each package includes several pieces of information, including:
@@ -42,4 +44,6 @@ You can choose the executable file you need based on these pieces of information
Check details between different architectural levels [here](https://go.dev/wiki/MinimumRequirements#amd64).
Check details of system compatibility information about Golang version 1.20 [here](https://go.dev/doc/go1.20#ports).
Check details of system compatibility information about Golang version 1.20 [here](https://go.dev/doc/go1.20#ports).
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.