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]+)*))$' |
When
.go-versionfile contains go version withoutgo(e.g.1.22, instead ofgo1.22), cd-ing into this directory prints errorWe should consider allowing version without the prefix
goin the regexgvm/scripts/env/cd
Line 184 in dd65253