Skip to content
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

gollvm: gofrontend: go version prints 'unknown' #51098

Closed
erifan opened this issue Feb 9, 2022 · 1 comment
Closed

gollvm: gofrontend: go version prints 'unknown' #51098

erifan opened this issue Feb 9, 2022 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@erifan
Copy link

erifan commented Feb 9, 2022

What version of Go are you using (go version)?

gollvm tip branch

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
linux/arm64

What did you do?

go version

What did you expect to see?

Normal go version information, such as go version devel go1.18-69e1711f28 Mon Feb 7 23:45:09 2022 +0000 linux/arm64

What did you see instead?

go version unknown linux/arm64

Seems this CL https://go-review.googlesource.com/c/go/+/307820 is not properly exported to gofrontend. /CC @ianlancetaylor

@seankhliao seankhliao changed the title gofrontend: go version prints 'unknown' gollvm: gofrontend: go version prints 'unknown' Feb 9, 2022
@seankhliao seankhliao added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 9, 2022
@ianlancetaylor
Copy link
Contributor

This is now fixed on mainline by https://go.dev/cl/414734 for #51850. Thanks.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2022
@golang golang locked and limited conversation to collaborators Jul 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants