From cb49ffc48fa737dc293005f6a1e6a732bf4018dd Mon Sep 17 00:00:00 2001 From: apostasie Date: Fri, 13 Dec 2024 14:15:47 -0800 Subject: [PATCH] Disable github cache for go installation Signed-off-by: apostasie --- .github/actions/install-go/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/install-go/action.yml b/.github/actions/install-go/action.yml index b19eff16832..274108ba165 100644 --- a/.github/actions/install-go/action.yml +++ b/.github/actions/install-go/action.yml @@ -64,7 +64,10 @@ runs: with: go-version: ${{ env.GO_VERSION }} cache-dependency-path: ${{ inputs.cache-dependency-path }} - cache: true + # See https://github.com/containerd/nerdctl/issues/3733 + # GitHub cache is very limited. We currently depend on it for the (more important) build dependencies caching. + # Disabling this here will slow down the setup a bit. + cache: false - name: "Cleanup go version string" shell: bash # Remove possible trailing .x