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
It would avoid the need of a new install-go release each time tip requires a new go version.
curl https://api.github.com/repos/golang/go/contents/src/cmd/dist | jq -r '.[].download_url' | grep '/notgo.*\.go$'
show the URL to retrieve, then the following line should be searched:
^package building_Go_requires_Go_(.+)_or_later$
$1 is, at the time of writing, 1_22_6.
$1
1_22_6
Insert this auto-detection mechanism here ↓
install-go/install-go.pl
Line 89 in 26fb752
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would avoid the need of a new install-go release each time tip requires a new go version.
show the URL to retrieve, then the following line should be searched:
$1
is, at the time of writing,1_22_6
.Insert this auto-detection mechanism here ↓
install-go/install-go.pl
Line 89 in 26fb752
The text was updated successfully, but these errors were encountered: