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.
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.