cmd/go: go list -export
fails with build system did not supply embed configuration
#58885
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What did you do?
What did you expect to see?
What did you see instead?
This is caused by c0ac33c which skips the computation of embed-related data when
-json
specifies a list of fields that doesn't include any embed-related fields. However, this fails to account for-export
, which has to compile code, which needs a valid embed configuration./cc @fviernau
The text was updated successfully, but these errors were encountered: