go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.05k stars 245 forks source link

go.mod: add toolchain support #355

Closed ChronosMasterOfAllTime closed 8 months ago

ChronosMasterOfAllTime commented 8 months ago

go 1.21.x introduces the idea of toolchains.

Add support for switching goenv version based on go.mod file when toolchain version is present.