diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f30581c0..a9a07c90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,9 @@ jobs: uses: actions/setup-go@v2 with: go-version: ${{ env.GO_VERSION }} + - name: Clean Go Module Cache + run: | + rm -rf ~/go/pkg/mod - name: Cache Go Dependencies uses: actions/cache@v2 with: