gvm icon indicating copy to clipboard operation
gvm copied to clipboard

gvm requires go to compile go

Open sdykae opened this issue 1 year ago • 2 comments

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

sdykae avatar May 31 '24 00:05 sdykae

I just faced the same problem

slayerjain avatar Jun 06 '24 11:06 slayerjain

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.

shinenelson avatar Feb 20 '25 13:02 shinenelson