xabierlaiseca/gowrap

support upgrading go version

Closed this issue · 0 comments

For a module project, when a wrapper command is executed one of the following options could happen:

  1. If a compatible version is installed, that version will be used
  2. 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>