-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: go.mod be modified after "go test" #30921
Comments
i find in project I run |
It's very likely that a module you require (either directly, transitively, or implicitly) depends on You can use You can also use You can build / test / list with If none of those solve the issue, feel free to reopen this issue. |
@jayconrod thanks! the developers use but when i I have reminded them to revise! |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Don't change the version in
go.mod
What did you see instead?
The text was updated successfully, but these errors were encountered: