From ef818837cb3df0721844a8492297d09d457d2b2b Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Thu, 5 Oct 2023 12:19:25 +0800 Subject: [PATCH] add ci --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b9cb3ca..bf59316 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: setup go - uses: https://github.com/actions/setup-go@v4 + uses: https://gh.huoxue.store/actions/setup-go@v4 with: go-version: '1.20' - name: Fetch all tags