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

refactor(ci): disable setup-go caching to avoid later cache restoration errors #960

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Jun 20, 2023

To solve the issue with cache restoration we originally deleted the relevant Go directories created when using the setup-go action, but turns out you can just disable the default caching mechanism built into the action. So that's what this PR does.

@Integralist Integralist marked this pull request as ready for review June 20, 2023 09:23
@Integralist Integralist added the clean-up Code clean-up or refactor label Jun 20, 2023
@Integralist Integralist changed the title disable caching refactor(ci): disable setup-go caching to avoid later cache restoration errors Jun 20, 2023
@Integralist Integralist merged commit aeceb5a into main Jun 20, 2023
@Integralist Integralist deleted the integralist/disable-go-cache branch June 20, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean-up Code clean-up or refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant