Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork73
Open
Description
This is an awesome resource, thank you!
I noticed you use${{ hashFiles('**/go.sum') }}
as a cache key for the module cache. I am not sure that does what it is intended for, since thego.sum
file does not contain a hash of the module itself, and it might be missing from a module with no dependencies. IfhashFiles
includes the file names in the key, you could just use thego.mod
files instead, but even that would exclude modules that did not update.
Metadata
Metadata
Assignees
Labels
No labels