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

gvm requires go to compile go #480

Open
sdykae opened this issue May 31, 2024 · 2 comments
Open

gvm requires go to compile go #480

sdykae opened this issue May 31, 2024 · 2 comments

Comments

@sdykae
Copy link

sdykae commented May 31, 2024

since go 1.22+
is required go go 1.20.6 to compile so the install script should support to install go <=1.20.6 without system go
image

@slayerjain
Copy link

I just faced the same problem

@shinenelson
Copy link

It is a cycle that goes all the way back to go1.4 which was the last version to have C code that compiled go.

go1.4 -> go1.17.13 -> go1.20.6 -> go1.22.0

It is partially documented in the readme up to go1.20.

You have already mentioned the minimum requirement for go1.22+. So, you know where to go from there.

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

3 participants