Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): use composite actions for Go build cache #213

Merged
merged 1 commit into from May 31, 2022
Merged

Conversation

tie
Copy link
Collaborator

@tie tie commented May 31, 2022

This PR switches from actions/setup-go cache (see actions/setup-go#228) to explicit actions/cache since the former does not allow specifying cache key or at least a key prefix. This is an issue when multiple distinct jobs and workflows use Go cache for different purposes (e.g. run tests, install tools and build docs) and therefore sharing it under the same key makes no sense (and, in fact, breaks caching since the results have to be recomputed).

@tie tie merged commit f6984cf into pact-im:main May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant