Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache Go dependencies and build outputs in
ci-go
workflow (#75)
To improve workflow execution time for the `ci-go` workflow [1] the `actions/cache` [2] GitHub action is now used to cache Go dependencies and build outputs. Also see the detailed documentation about "Caching dependencies to speed up workflows" [3] to learn more about the way `action/cache` works. [1]: https://github.com/svengreb/tmpl-go/blob/c099c6ee246eb402b63f7a605ca647c481a02eab/.github/workflows/ci-go.yaml [2]: https://github.com/actions/cache [3]: https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows Resolves GH-74
- Loading branch information