rogpeppe / go-internal

Selected Go-internal packages factored out from the standard library
BSD 3-Clause "New" or "Revised" License
823 stars 67 forks source link

Release for the latest tag #254

Closed sieuwerts closed 1 month ago

sieuwerts commented 1 month ago

Could we perhaps do an official release for the latest v1.12.0 tag? go get -u does not recognise this as an updated version but renovate does. Since the tag exists, it would be nice to have a release related to it.

Thanks!

mvdan commented 1 month ago

Sure, done for consistency with earlier releases. But go get should not care about GitHub releases at all; it is based purely on git tags. I think you are having some other unrelated issue.