From c97089b60217a80dceda72840466a94bededbbae Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Tue, 16 Dec 2025 18:23:00 +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 59a3210..55da4c8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -12,7 +12,7 @@ release 中,包的文件名中包含了多个信息,包括 > * `v1/2/3`:仅适用于AMD64平台,用于标记[CPU指令集等级](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) > * ~~`默认(无额外标识)`: 使用 GOAMD64=v3 标签编译的默认版本~~ > * ~~`compatible`: 使用 GOAMD64=v1 标签进行编译。该版本是为了兼容特定的操作系统或架构而编译的。~~ -> * `go120`: 使用Golang1.20版本进行编译。该版本是为了兼容特定的操作系统或架构而编译的。 +> * `go120`: 使用Golang1.20版本进行编译。该版本是为了兼容特定的操作系统或架构而编译的。不带go标签时为采用最新Golang版本编译。 * 分支(alpha) * 提交的git hash值(如f90066f) @@ -39,7 +39,7 @@ In`release`, the filename of each package includes several pieces of information > * `v1/2/3`: only for AMD64 platforms, used to mark [CPU instruction set level](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) > * ~~`default(not specified in file name)`: Default version compiled with GOAMD64=v3 tag.~~ > * ~~`compatible`: Compiled with GOAMD64=v1 tag for compatibility with specific OS or architecture.~~ -> * `go120`: Compiled with Golang1.20 for compatibility with specific OS or architecture. +> * `go120`: Compiled with Golang1.20 for compatibility with specific OS or architecture. Without the `go` tag, the code is compiled using the latest Golang version. * Compile branch (e.g., `alpha`) * Git hash value of the commit (e.g., `f90066f`)