You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
Runner type:
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.
The text was updated successfully, but these errors were encountered: