Is there any open source tool for managing Golang version?

Go is not Python, where new released of the interpreter fail to run old code, and where
breaking API changes are the norm, and where your code needs to be compatible with the
interpreter and library versions installed on the machine.

Rather than looking for tools to switch Go versions, I would just always just use the latest released version (currently 1.17.1).

1 Like