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

add caching for go modules #455

Merged
merged 1 commit into from
Jul 10, 2021
Merged

add caching for go modules #455

merged 1 commit into from
Jul 10, 2021

Conversation

jtarchie
Copy link
Contributor

@jtarchie jtarchie commented Jul 7, 2021

When Github Actions run, it is downloading the go modules each run. It looks like some failures are happening because of rate limiting on some go modules.

This will use the actions/cache Github Action to cache the golang modules.

When Github Actions run, it is downloading the go modules each run. It looks like some failures are happening because of rate limiting on some go modules.

This will use the `actions/cache` Github Action to cache the golang modules.
@onsi
Copy link
Owner

onsi commented Jul 10, 2021

thanks! here's hoping it helps!

@onsi onsi merged commit abcfad1 into onsi:master Jul 10, 2021
@jtarchie
Copy link
Contributor Author

Did it?

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

2 participants