1
This commit is contained in:
3
.cnb.yml
3
.cnb.yml
@@ -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服务
|
||||
|
||||
Reference in New Issue
Block a user