From 7802c90d3c2391a44d8ea1c27d53e44d15936560 Mon Sep 17 00:00:00 2001 From: Jolyon Direnko-Smith Date: Tue, 19 Mar 2024 09:47:16 +1300 Subject: [PATCH] disable go-setup cache --- .github/workflows/module-qa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/module-qa.yml b/.github/workflows/module-qa.yml index 42ee781..29935b0 100644 --- a/.github/workflows/module-qa.yml +++ b/.github/workflows/module-qa.yml @@ -74,6 +74,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ needs.module-info.outputs.goVersion }} + cache: false # avoid "file exists" errors from tar: https://github.com/actions/setup-go/issues/403 - name: 'go: lint' if: ${{ github.ref != 'refs/heads/master' }}