Closed fabiomargarido closed 8 months ago
When the go directive in go.mod includes the patch version, i.e. 1.22.1 for instance, the prompt function treats it as 1.22 and fails to verify that the installed go version is high enough.
go.mod
1.22.1
1.22
Thank you!
When the go directive in
go.mod
includes the patch version, i.e.1.22.1
for instance, the prompt function treats it as1.22
and fails to verify that the installed go version is high enough.