Closed
Description
Description:
Add support for caching dependencies for repositories made of multiple Go modules.
Example:
- Repo
dolmen-go/mylogin-driver
has Go modulesgithub.com/dolmen-go/mylogin-driver
andgithub.com/dolmen-go/mylogin-driver/cmd/mylogin-query
Justification:
Each Go module has its own set of dependencies. Dependencies caching should cover the union of the dependencies of all Go modules of the repo.
From the documentation, it looks like a single Go module is supported.
Are you willing to submit a PR?
No. I'm not familiar with GitHub Actions development.