You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now tags on this repo are of the form 1.0.0, but Go Modules expects tags of the form v1.0.0. Please consider adding a second tag for existing releases with the v prefix, and using tags with this prefix going forward. This will allow me to pin to a specific version of this repo in my own go.mod file without having to try and figure out which commit hash corresponds to which version.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
Hello,
Right now tags on this repo are of the form
1.0.0
, but Go Modules expects tags of the formv1.0.0
. Please consider adding a second tag for existing releases with thev
prefix, and using tags with this prefix going forward. This will allow me to pin to a specific version of this repo in my owngo.mod
file without having to try and figure out which commit hash corresponds to which version.Thank you for your consideration.
The text was updated successfully, but these errors were encountered: