daixiang0 / gci

GCI, a tool that control golang package import order and make it always deterministic.
BSD 3-Clause "New" or "Revised" License
434 stars 63 forks source link

invalid version: malformed tag #191

Closed ldez closed 9 months ago

ldez commented 9 months ago

The current tag v0.13 is malformed.

It should be v0.13.0.

https://github.com/daixiang0/gci/tags

# go install github.com/daixiang0/gci@v0.13
go: github.com/daixiang0/gci@v0.13: no matching versions for query "v0.13"
# go install github.com/daixiang0/gci@v0.13.0
go: github.com/daixiang0/gci@v0.13.0: github.com/daixiang0/gci@v0.13.0: invalid version: unknown revision v0.13.0
daixiang0 commented 9 months ago

Thanks for report, update it, sorry for mistake.