From 42c898cfeabfcd7de280e396330d3ac37d7cd0ba Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Fri, 18 Jun 2021 19:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0go=E7=89=88=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?1.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7c439ff..3d01c06 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: - name: Build run: | cd server - go build -v -o anylink -ldflags "-X main.COMMIT_ID=`git rev-parse HEAD`" + go build -v -o anylink -ldflags "-X main.CommitId=`git rev-parse HEAD`" ./anylink tool -v - name: Test coverage