-
Notifications
You must be signed in to change notification settings - Fork 568
Add documentation for advanced Go use cases. #416
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
base: main
Are you sure you want to change the base?
Conversation
12ef78f
to
1d90bbc
Compare
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
${{ env.cache }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be env.modcache
and the next one be env.cache
?
The monorepo instructions assume you build everything in every workflow too - if not, the cache is partially populated, and you would be better off having manual caching as opposed to what setup-go currently offers. |
|
||
### Caching in multirepos | ||
`cache-dependency-path` input assepts glob patterns and multi-line values: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
`cache-dependency-path` input assepts glob patterns and multi-line values: | |
`cache-dependency-path` input accepts glob patterns and multi-line values: |
Description:
Related issues:
#316
#358
#395
Check list: