-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
runtime/debug: ReadBuildInfo gives incomplete answer in a test binary #68045
Comments
I believe this is #33976: running the example in the top post gives the new output of just the go version |
This comment was marked as outdated.
This comment was marked as outdated.
@seankhliao did you link the wrong issue? #33876 seems unrelated. |
Duplicate of #33976 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.4 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
What did you expect to see?
I expected it to report
DefaultGODEBUG tlsrsakex=1
.Not sure if this is entirely a duplicate of #33976. In that case, it was reported that
debug.ReadBuildInfo()
returnedfalse
, which is not the case here.The text was updated successfully, but these errors were encountered: