mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 04:54:58 -04:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
To match the recommendation documented here: https://github.com/actions/cache/blob/main/examples.md#go---modules Without `restoreKeys` any change to `go.sum` results in a complete cache miss. By using `restoreKeys` a change in one dependency should still allow a cache to be restored, so that all the other dependencies are retreived from the cache. |
||
| .. | ||
| cache-save | ||
| setup | ||