When .go-version file contains go version without go (e.g. 1.22, instead of go1.22), cd-ing into this directory prints error
Unrecognized command line argument: ''
We should consider allowing version without the prefix go in the regex
|
local regex='^(go([0-9]+(\.[0-9]+)*))$' |