Skip to content
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

installation of go version 1.23.1 is not working #494

Open
sundaram2021 opened this issue Sep 29, 2024 · 3 comments
Open

installation of go version 1.23.1 is not working #494

sundaram2021 opened this issue Sep 29, 2024 · 3 comments

Comments

@sundaram2021
Copy link

it just fails

@marinovic
Copy link

gvm install go1.23.2
Installing go1.23.2...
 * Compiling...
ERROR: Failed to compile. Check the logs at /home/REDACTED/.gvm/logs/go-go1.23.2-compile.log
ERROR: Failed to use installed version

Log content

Building Go cmd/dist using /home/REDACTED/.gvm/gos/go1.17.13. (go1.17.13 linux/amd64)
found packages main (build.go) and building_Go_requires_Go_1_20_6_or_later (notgo120.go) in /home/REDACTED/.gvm/gos/go1.23.2/src/cmd/dist

@marinovic
Copy link

This worked for me:

gvm install go1.4 -B
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.17.13
gvm use go1.17.13
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.20.14
gvm use go1.20.14
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.23.2
gvm use go1.23.2

@sundaram2021
Copy link
Author

not worked on windows
....
i don't know why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants