kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
358 stars 24 forks source link

Gobrew comparison bug #149

Closed fafato1 closed 8 months ago

fafato1 commented 8 months ago

I already updated the gobrew and tested the new comparison function

image

kevincobain2000 commented 8 months ago

Thanks for reporting.
that’s weird that it is picking up minor version for go.mod. Go.mod file only contains major versions.

Will check today.