更新 .gitea/workflows/ci.yml
CI / Build binary CI (push) Failing after 34s Details
docker build / build (push) Failing after 2m6s Details

This commit is contained in:
huoxue1 2023-09-07 23:11:05 +08:00
parent 465578a5d5
commit 2673a0aef8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
# 持久化工具目录 # 持久化工具目录
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: setup go - name: setup go