From 77a0aa60029acad8ce4fa0694d85f42b6b218616 Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 8 Dec 2025 13:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=20=20=20=20=20=20?= =?UTF-8?q?=20=20.github/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f29d206..780ccd8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -98,6 +98,7 @@ jobs: uses: actions/setup-go@v6 with: go-version: ${{needs.go.outputs.version}} + - name: Set variables run: | VERSION="${GITHUB_REF_NAME,,}-$(git rev-parse --short HEAD)" @@ -112,12 +113,7 @@ jobs: echo "BUILDTIME=$(date)" >> $GITHUB_ENV echo "CGO_ENABLED=0" >> $GITHUB_ENV echo "BUILDTAG=-extldflags --static" >> $GITHUB_ENV - echo "GOTOOLCHAIN=local" >> $GITHUB_ENV - - name: Set ENV - run: | - sudo timedatectl set-timezone "Asia/Shanghai" - echo "BUILDTIME=$(date)" >> $GITHUB_ENV - shell: bash + echo "GOTOOLCHAIN=local" >> $GITHUB_ENV - name: Update CA run: |