This commit is contained in:
xinian
2026-01-28 00:49:15 +08:00
parent 878bd523c5
commit 2375de2daa

View File

@@ -41,14 +41,13 @@ main:
# ========== 编译Logic和Login服务 ==========
- name: build
image: golang:1.23
image: golang:1.25
cpus: 1
environment:
CGO_ENABLED: 0
GO111MODULE: on
GOSUMDB: off
commands:
- source .build-info/.env && BUILD_VERSION="${BUILD_VERSION}"
- mkdir -p build
- |
# 编译Logic服务