Open jayschwa opened 6 years ago
This would really help in using unicreds in other go pkgs.
Agree with that!
One way we can do is to use the commit hash, like go get github.com/versent/unicreds@7135c85
, this will create a pseudo-version name like v1.5.1-0.20180327234242-7135c859e003
(the pseudo-version name gets some more chars from the hash string). This is documented here
This might work 🤔
The new go modules feature expects tagged versions to be prefixed with a 'v'. Since the latest release, 1.7.0, is missing the prefix, the
go
command finds v1.5.0 as the latest version.