-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: buildmode is not set in build settings #53856
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
Good suggestion. Want to send a change to add it? (We can merge it when the window opens for Go 1.20.) |
Sure, I'll send a change |
Change https://go.dev/cl/420937 mentions this issue: |
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 13, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 13, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 30, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: 5df0f63 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 30, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: e3a8da5 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 30, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: e3a8da5 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 30, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: e3a8da5 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Sep 8, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: 5df0f63 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Sep 8, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: 5df0f63 GitHub-Pull-Request: golang#54218
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Sep 8, 2022
Fixes golang#53856 Change-Id: Ib533e9fbe063b74c81f6512464a4dac5e2af0ccc GitHub-Last-Rev: 5df0f63 GitHub-Pull-Request: golang#54218
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
hello.go:
What did you expect to see?
What did you see instead?
I expected to see the
-buildmode
flag in the build settings. I can see that it is not added here:go/src/cmd/go/internal/load/pkg.go
Line 2349 in f956941
The text was updated successfully, but these errors were encountered: