dev-itbasis-sdkm / sdkm

7 stars 0 forks source link

For the `current` command, show not only the latest available, but also the latest installed version #4

Open BorzdeG opened 2 months ago

BorzdeG commented 2 months ago

For example, go.mod specifies version 1.22 , version 1.22.4 is installed, and version 1.22.6 is already available

Now the current go command will only output 1.22.6 . I'd like to see that version 1.22.4 is being used, but version 1.22.6 is available