gvm
gvm copied to clipboard
gvm requires go to compile go
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
I just faced the same problem
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.