pin version for a particular project
Aceix opened this issue · 3 comments
Aceix commented
need a feature to automatically switch go version for a particular project, i should be able to manually set this version
ShivamKumar2002 commented
gvm applymod
automatically picks version from go.mod
file. Is there need for a separate file for keeping version? I think expected go version for project should be in go.mod
. What are your thoughts?
Aceix commented
@ShivamKumar2002 right, the expected version will be in go.mod.
I was hoping the version switch will be automatic once the terminal is opened in the same directory as the go.mod file, instead of typing the applymod
command