diff --git a/.github/workflows/go-tests-windows.yml b/.github/workflows/go-tests-windows.yml index e6e211882..1fc3e9d14 100644 --- a/.github/workflows/go-tests-windows.yml +++ b/.github/workflows/go-tests-windows.yml @@ -75,3 +75,7 @@ jobs: version: v1.51 args: --issues-exit-code=1 --timeout 10m only-new-issues: false + # the cache is already managed above, enabling it here + # gives errors when extracting + skip-pkg-cache: true + skip-build-cache: true diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 8393df1e1..bee5ff085 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -159,3 +159,7 @@ jobs: version: v1.51 args: --issues-exit-code=1 --timeout 10m only-new-issues: false + # the cache is already managed above, enabling it here + # gives errors when extracting + skip-pkg-cache: true + skip-build-cache: true