diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bcf815..019a592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,16 +29,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: 1.21 - - - name: Cache - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - ~/.cache/go-build - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- + cache: false - name: Unshallow run: git fetch --prune --unshallow --tags