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

Issues with cache option post step. #258

Closed
2 of 5 tasks
schmidtw opened this issue Aug 31, 2022 · 2 comments
Closed
2 of 5 tasks

Issues with cache option post step. #258

schmidtw opened this issue Aug 31, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@schmidtw
Copy link

Post Setup Error: There are no cache folders on the disk

Here is an example run showing the problem I'm encountering. The action flow runs fine, but for some reason during the Post Setup go version part of the step an error is indicated flagging the workflow to fail.

Action version:
actions/setup-go@v3

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
It's unclear why this happens sometimes and not others.

Expected behavior:
No error if nothing was cached.

Actual behavior:
An error is raised, failing the workflow.

@schmidtw schmidtw added bug Something isn't working needs triage labels Aug 31, 2022
@e-korolevskii
Copy link
Contributor

Hello @schmidtw!

Thank you for your report. We'll investigate the issue.

@e-korolevskii
Copy link
Contributor

Hello @schmidtw!

After investigation, we decided that the absence of cache folders should not lead to an error. We have already made the necessary changes to the code, but you should wait for the release of the new version.
For now, you can disable cache usage to get rid of this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants