The Most Boring Article About How To Install Multiple Versions of Go.

Steven Rescigno
2 min readJul 14, 2022

If you ever need to use a different version Golang for a project. You should look into using GVM, it is similar to NVM (Node Version Manager) however it will manage specific versions of the Go compiler instead of Node’s Runtime.

Getting Started with How to Install Multiple Versions of Golang on Your OS?

--

--