-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go: list reports packages as stale immediately after their "go get" #23797
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
Comments
Seems related to whether or not
|
|
Seems like the
I've tried debugging this further and possible fixes, but I'm not sure how this is supposed to behave. @rsc, thoughts? |
I'll actually promote this to Go 1.10 because it involves the new build cache (potentially). I'll let Russ decide whether it's important for 1.10. |
We decided in the release meeting to think about this for Go 1.10.1. |
Bumping to 1.10.2 as there doesn't appear to be a fix yet. |
What version of Go are you using (
go version
)?go version devel +c52e27e68d Sun Feb 11 20:41:48 2018 +0000 linux/amd64
Does this issue reproduce with the latest release?
This doesn't happen on Go 1.9.4.
What operating system and processor architecture are you using (
go env
)?What did you do?
Here is a simple reproduction, showing a just fetched and built command package being reported as stale due to a stale dependency.
This appears to happen for anything that has dependencies outside of the core packages, including dependencies to golang.org/x packages.
The text was updated successfully, but these errors were encountered: