-
Notifications
You must be signed in to change notification settings - Fork 594
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
go.sum is an append-only log of checksums, used to verify the integrity of modules downloaded during builds. It's essentially a manifest file (shasums) and not any kind of lock file (Cargo.lock). It doesn't represent the dependencies of the corresponding module in any meaningful sense. This dependabot issue goes into more detail.
Cache keys for Go modules need to be based on the (normalized) content of go.mod, not go.sum, in order to be useful.
AlekSi, enzzc, tamird, oboukili, kishaningithub and 5 moremrclmr, melroy89 and alexaandru
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic