-
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
all.bash: leaves $GOROOT/nonexistentpath behind #30338
Comments
I saw it a couple of times but I don't see it any more. When I did see it there was a single file there |
Sorry, I didn't mention important information: I didn't set GO111MODULE on both go1.12 and tip, that means GOMOD="", so cmd/go behaves as it wants. |
I'm not sure what the cause of this is, but at least one of the changes in the stack for #30228 should fix it. I'll revisit once that is resolved. |
Somewhat related issue: #30221. |
This should be fixed now. Please reopen if you see it again. |
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
)?It happens on most of the supported platforms.
What did you do?
Run all.bash at $GOROOT/src
What did you expect to see?
The command "git status" reports "no untracked files"
What did you see instead?
The command "git status" reports there's one untracked file: $GOROOT/nonexistentpath
Fortunately, this doesn't happen with Go 1.12. Looks like the path comes from $GOPATH in run.bash.
The text was updated successfully, but these errors were encountered: