Is there any open source tool for managing Golang version?

All of @s0xzwasd’s suggestions, plus:

But the question is, do you really need different Go versions?

For most development needs, the latest Go version is usually the best choice. Due to the Go 1 Compatibility Promise, all your old and older and super old code should work seamlessly with the latest compiler version.

1 Like