-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
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
go: install go1.16beta1 in go1.16beta1 directory #69000
Comments
This is explained if you do Lines 89 to 100 in 736c68b
|
I understand, but this version string appears in various go command logs and outputs ( On the other hand: we are very close to go1.16 rc release - I hope that can be installed with the true version string directory path. |
Why is it doing that? Is the version string being parsed from the Cellar path? I don't think you should be doing that, as I'm not sure the Cellar path is considered a public API. In any case, if you would like this fixed, please open a PR so that it can be reviewed properly. Note that the You may also wish to read this for context on why the version is listed wrongly: #67665 |
@carlocab we are not parsing version string from the directory path. But, still humans who read the trace and bug reports get distracted by the version string embedded in the directory path. |
If the CI can't be fixed to accept prereleases, I don't see a reasonably easy path forward :-( |
I apologize for the choice of "lying" in the version number, it was deemed the lesser of two evils, really. Hopefully go1.16 is released soon and this is all behind us! |
I guess the |
Actually, arch-dependent versions don't work, so even if CI would accept a |
On arm CPU, the go formula uses 1.16beta1 with the version 1.15.6 - because M1 support is available only from 1.16.
homebrew-core/Formula/go.rb
Lines 7 to 10 in 736c68b
I understand the intention, but this caused great confusion while debugging 1.16 issues like
golang/vscode-go#1087
Please consider using the true version name.
The text was updated successfully, but these errors were encountered: