rm go docker cache (takes way too long to complete this step)

This commit is contained in:
Erikas 2024-07-04 23:56:56 +03:00
parent 4781076cc8
commit e4eddc6d82

View File

@ -35,12 +35,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Go Build Cache for Docker
uses: actions/cache@v3
with:
path: go-build-cache
key: ${{ matrix.platform }}-go-build-cache-${{ hashFiles('**/go.sum') }}
- name: inject go-build-cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.2
with: