Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix release tags with 'v' #84

Open
jayschwa opened this issue Oct 3, 2018 · 2 comments
Open

Prefix release tags with 'v' #84

jayschwa opened this issue Oct 3, 2018 · 2 comments

Comments

@jayschwa
Copy link

jayschwa commented Oct 3, 2018

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.

@ace03uec
Copy link

ace03uec commented Jul 29, 2020

This would really help in using unicreds in other go pkgs.

@jonatasbaldin
Copy link

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 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants