From 80fe2611ace6f962f303b2b96a0e2347cb0674ee Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Thu, 5 Oct 2023 09:53:09 +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 d6378cf..096b248 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: setup go - uses: https://github.com/actions/setup-go@v4 + uses: actions/setup-go@v4 with: go-version: '1.20' - name: Fetch all tags