support upgrading go version
Closed this issue · 0 comments
xabierlaiseca commented
For a module project, when a wrapper command is executed one of the following options could happen:
- If a compatible version is installed, that version will be used
- Otherwise, installing latest compatible version is suggested to user
In the case where a compatible version exists, I would be nice if the wrapper command could suggest users to install the latest compatible version if not installed already.
Command to control that functionality could be:
gowrap configure upgrades <auto|ask|disabled>