Skip to content

Commit

Permalink
Disable github cache for go installation
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Dec 13, 2024
1 parent 1fa6d1e commit cb49ffc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/install-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb49ffc

Please sign in to comment.