diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f5d9633..011cb85 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,8 +13,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 # all history for all branches and tags - name: Setup go uses: actions/setup-go@v5 with: @@ -35,6 +33,8 @@ jobs: /go_path /go_cache key: go_path-${{ steps.hash-go.outputs.hash }} + restore-keys: |- + go_cache-${{ steps.hash-go.outputs.hash }} - name: build run: make build - name: test