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

Add documentation for advanced Go use cases. #416

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

dsame
Copy link
Contributor

@dsame dsame commented Aug 23, 2023

Description:

  1. Add the following documentation sections
  • Multi-target builds
  • Invalidate cache if source code changes
  • Caching with actions/cache
  1. Replace '-' with '##' in order to have link anchors in the document

Related issues:
#316
#358
#395

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@dsame dsame self-assigned this Aug 23, 2023
@dsame dsame marked this pull request as ready for review August 23, 2023 16:48
@dsame dsame requested a review from a team as a code owner August 23, 2023 16:48
@dsame dsame force-pushed the cache-samples branch 2 times, most recently from 12ef78f to 1d90bbc Compare August 29, 2023 17:54
@andig andig mentioned this pull request Apr 5, 2024
uses: actions/cache@v3
with:
path: |
${{ env.cache }}

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants