-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-build: definition not found: 1.13.6 , when trying to install goenv install 1.13.6 #123
Comments
+1 |
1 similar comment
+1 |
There are workarounds for this here if you used homebrew: #80
|
Out of curiosity, why is this repository no longer maintaining tagged releases? While the above work around is not difficult, it is not generally how homebrew users upgrade thier packages. If homebrew is not longer intended to be a supported delivery mechanism that is fine too but providing instructions on how to install using homebrew and not supporting any version of Go that has not stopped receiving security updates is a bit of a problem. |
Agreed, I guess there is no maintainer for that updates homebrew tap. |
For upgrading I've done
|
To hammer it home again, in case anyone runs into it...you need to do the --fetch-HEAD if you had already previously done the |
I ran into this today. It was very unexpected that this would be a problem. Can someone ether fix this or change the readme page, to make it super clear that the installation is not default? |
goenv install --list shows 1.12beta1 as the last go version available to install in goenv
How do i install go version >= 1.13.x in goenv ?
The text was updated successfully, but these errors were encountered: