From 3be096605607d91e0b5b7f4f47dfe08e57feb8e8 Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Thu, 5 Oct 2023 09:56:10 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 096b248..23f4d04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: setup go - uses: actions/setup-go@v4 + uses: https://gh.huoxue.store/https://github.com/actions/setup-go@v4 with: go-version: '1.20' - name: Fetch all tags