-
Notifications
You must be signed in to change notification settings - Fork 16
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: setup-go in CI to resolve cache warnings #120
Conversation
14f2295
to
384798a
Compare
3271d86
to
0412c74
Compare
Marking ready to review. The test failures are showing on multiple other PRs, so I believe them to be unrelated to my code changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failures are the same we've seen across finch and finch-core. They're be resolved once nerdctl upgrades buildkit to 0.12.0 -> cuts a release -> lima consumes that new release -> lima cuts a release -> we pull in that release :) . I'm ok to merge these changes 👍
Actually it looks like a fix for actions/setup-go#368 has been merged. Can we re-enable cache now? |
0412c74
to
f86d546
Compare
Updated to enable caching across the board. |
f86d546
to
7b734d3
Compare
Signed-off-by: Austin Vazquez <[email protected]>
7b734d3
to
ff2fe31
Compare
Issue #, if available:
N/A
Description of changes:
Have checkout before setup-go to resolve cache warnings.
Testing done:
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.