gofrs / uuid

A UUID package for Go
MIT License
1.55k stars 108 forks source link

v5.1.0 is tagged incorrectly #134

Closed JRaspass closed 3 months ago

JRaspass commented 3 months ago

v5.1.0 appears to be tagged as v.5.1.0, note the extra leading dot, see https://github.com/gofrs/uuid/tags. This is causing go get -u to not upgrade to it and instead believe that v5.0.1 is the latest. image

cameracker commented 3 months ago

Woops, sorry about that. It should be fixed now, could you let me know?

I went ahead and nuked the original tag since it seems like it wasn't working. If this broke anybody I can go ahead and readd it.

(Closing because this works on my end)

JRaspass commented 3 months ago

LGTM, thanks! :+1:

$ go get -u
go: downloading github.com/gofrs/uuid/v5 v5.1.0
go: upgraded github.com/gofrs/uuid/v5 v5.0.1 => v5.1.0