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
364 stars 24 forks source link

Failed to install go 1.21.0 #113

Closed poplary closed 1 year ago

poplary commented 1 year ago

Go 1.21.0 has been released, with the version number being 1.21.0 instead of 1.21. When using gobrew to install the version, it trims the ".0" at the end of the version number. Consequently, accessing https://go.dev/dl/go1.21.darwin-amd64.tar.gz will result in a 404 error since the file does not exist.

image

BTW, gobrew is a really coooooool tool, thank you~

kevincobain2000 commented 1 year ago

Try gobrew use latest for now. Will fix soon

kevincobain2000 commented 1 year ago

Caused by https://github.com/kevincobain2000/gobrew/pull/24

kevincobain2000 commented 1 year ago

Please wait for a little while for the review to finish and I ll merge and release the fix.

Until then please do gobrew use latest