You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go commands executed in workspace mode.
(In this case, I was trying to reproduce #54680.)
What did you see instead?
go: -mod may only be set to readonly when in workspace mode, but it is set to "mod"
Remove the -mod flag to use the default readonly value,
or set GOWORK=off to disable workspace mode.
Go build failed.
The text was updated successfully, but these errors were encountered:
@toothrot, the Gerrit login for your golang.org account seems to no longer be working. Do you plan to continue reviewing https://go.dev/cl/458895, or should I complete the review or reassign it?
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
May 22, 2024
What did you do?
https://go.dev/play/p/gJxLs807WTz
What did you expect to see?
Go commands executed in workspace mode.
(In this case, I was trying to reproduce #54680.)
What did you see instead?
The text was updated successfully, but these errors were encountered: