cmd/go: 'go mod edit' should validate the provided version format #27060
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Before editing the contents, the newly added values need validation.
Currently the error checking is done only when parsing the existing go.mod contents.
In the following commands sequence, the error in the first go mod edit command is not reported until the next go mod command.
The text was updated successfully, but these errors were encountered: