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
Description:
Have a large modulith composed of multiple separate golang projects.
When using setup-go it complains that it can't restore the cache: Warning: Restore cache failed: Dependencies file is not found in /home/runner/work/---/---. Supported file pattern: go.sum
There is no go.sum a the root; in fact, there are multiple go.sum files, one for each nested go project.
Perhaps there could be a pattern for dependencies files e.g. **/*.go.sum.
Justification:
Provide go module caching capabilities for multi-module projects.
The text was updated successfully, but these errors were encountered:
Description:
Have a large modulith composed of multiple separate golang projects.
When using
setup-go
it complains that it can't restore the cache:Warning: Restore cache failed: Dependencies file is not found in /home/runner/work/---/---. Supported file pattern: go.sum
There is no
go.sum
a the root; in fact, there are multiplego.sum
files, one for each nested go project.Perhaps there could be a pattern for dependencies files e.g.
**/*.go.sum
.Justification:
Provide go module caching capabilities for multi-module projects.
The text was updated successfully, but these errors were encountered: