Open BorzdeG opened 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
go.mod
1.22
1.22.4
1.22.6
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
current go
For example,
go.mod
specifies version1.22
, version1.22.4
is installed, and version1.22.6
is already availableNow the
current go
command will only output1.22.6
. I'd like to see that version1.22.4
is being used, but version1.22.6
is available