Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

update actions/setup-go to v4 and disable cache #65

Merged
merged 1 commit into from Apr 24, 2023

Conversation

jacobdonenfeld
Copy link
Contributor

updating to setup-go@v4 enables caching by default. This has ran into the issue of the cache size growing every run, so caching is disabled.

Signed-off-by: jacobdonenfeld <jedonenfeld@gmail.com>
@thedadams
Copy link
Contributor

@jacobdonenfeld Can you provide a little more information about why this needs to be changed?

@jacobdonenfeld
Copy link
Contributor Author

jacobdonenfeld commented Apr 21, 2023

Some optimizations on v4, but they enable caching by default. We tried using caching and the cache size grew every single run without emptying, so we are leaving it disabled (as was default in v3). This matches what we did in acorn repo.

actions/setup-go#305
actions/setup-go#315
actions/setup-go#323
actions/setup-go#351
actions/setup-go#350

@jacobdonenfeld jacobdonenfeld self-assigned this Apr 21, 2023
@jacobdonenfeld jacobdonenfeld merged commit 59ebd21 into acorn-io:main Apr 24, 2023
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants