oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 222 forks source link

Fix golang version prompt when go directive in go.mod has patch version #359

Closed fabiomargarido closed 3 months ago

fabiomargarido commented 3 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.

bobthecow commented 3 months ago

Thank you!