corral icon indicating copy to clipboard operation
corral copied to clipboard

TODO item: Include hashes in lock file

Open cquinn opened this issue 5 years ago • 0 comments

When we locate the tag/version of a commit that we want during update, we should also record its commit hash in the lock file. We can then verify this when we fetch.

The Golang module system does this to avoid surprises caused by people moving tags around out from under people and quietly breaking builds.

cquinn avatar Aug 01 '19 21:08 cquinn