From e91e2d56e476ed01c2afe76fb4d95b369ab434e7 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 6 Oct 2023 02:26:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BC=96=E8=AF=91=E5=8F=82=E6=95=B0):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BC=96=E8=AF=91=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b269522..a613a44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: pull: if-not-exists image: ccr.ccs.tencentyun.com/xiaoqidun/goenv commands: - - CGO_ENABLED=0 go build -o gocos -trimpath -ldflags '-s -w' gocos.go + - CGO_ENABLED=0 go build -o gocos -trimpath -ldflags "-s -w -buildid=" gocos.go - name: docker-cn pull: if-not-exists image: plugins/docker