We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When .go-version file contains go version without go (e.g. 1.22, instead of go1.22), cd-ing into this directory prints error
.go-version
go
1.22
go1.22
Unrecognized command line argument: ''
We should consider allowing version without the prefix go in the regex
gvm/scripts/env/cd
Line 184 in dd65253
The text was updated successfully, but these errors were encountered:
same error here, pls consider adding an ignore rule to workaround .go-version file not in expected format
Sorry, something went wrong.
No branches or pull requests
When
.go-version
file 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
go
in the regexgvm/scripts/env/cd
Line 184 in dd65253
The text was updated successfully, but these errors were encountered: