$ gvm install go1.24.3 Updating Go source... Installing go1.24.3... * Compiling... ERROR: Failed to compile. Check the logs at /home/durban/.gvm/logs/go-go1.24.3-compile.log ERROR: Failed to use installed version
# durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:13:01] C:130 $ tail -f -n 100 ~/.gvm/logs/go-go1.24.3-compile.log Building Go cmd/dist using /home/durban/.gvm/gos/go1.14.15. (go1.14.15 linux/amd64) can't load package: package ./cmd/dist: found packages main (build.go) and building_Go_requires_Go_1_22_6_or_later (notgo122.go) in /home/durban/.gvm/gos/go1.24.3/src/cmd/dist # durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:13:25] C:130 $ gvm install go1.22.6 Installing go1.22.6... * Compiling... ERROR: Failed to compile. Check the logs at /home/durban/.gvm/logs/go-go1.22.6-compile.log ERROR: Failed to use installed version # durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:13:35] C:1 $ tail -f -n 100 ~/.gvm/logs/go-go1.22.6-compile.log Building Go cmd/dist using /home/durban/.gvm/gos/go1.14.15. (go1.14.15 linux/amd64) can't load package: package ./cmd/dist: found packages main (build.go) and building_Go_requires_Go_1_20_6_or_later (notgo120.go) in /home/durban/.gvm/gos/go1.22.6/src/cmd/dist
# durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:13:49] C:130 $ gvm install go1.20.6 Installing go1.20.6... * Compiling... ERROR: Failed to compile. Check the logs at /home/durban/.gvm/logs/go-go1.20.6-compile.log ERROR: Failed to use installed version
# durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:13:53] C:1 $ tail -f -n 100 ~/.gvm/logs/go-go1.20.6-compile.log Building Go cmd/dist using /home/durban/.gvm/gos/go1.14.15. (go1.14.15 linux/amd64) can't load package: package ./cmd/dist: found packages main (build.go) and building_Go_requires_Go_1_17_13_or_later (notgo117.go) in /home/durban/.gvm/gos/go1.20.6/src/cmd/dist # durban @ durban-amd-workspace in ~/Downloads/ubuntu_software [17:14:02] C:130 $ gvm install go1.17.13 Installing go1.17.13... * Compiling... go1.17.13 successfully installed!