This commit is contained in:
1
2026-01-27 12:11:03 +00:00
parent 803fda016d
commit e46310a800

View File

@@ -89,7 +89,7 @@ steps:
# ========== 4. 编译Go服务核心依赖prepare+prepare-go+set-version ==========
build_logic: # 与set-version同级缩进2个空格
image: golang:1.25 # 子元素缩进4个空格
depends_on: [set-version] # 子元素缩进4个空格
depends_on: [prepare] # 子元素缩进4个空格
environment: # 子元素缩进4个空格
CGO_ENABLED: 0 # environment内的项缩进6个空格
GO111MODULE: on # 统一缩进6个空格