-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
file in Go build cache being flagged #1034
Comments
Can you show me the contents of the file in the cache? Or at least the beginning of it, up to and including the problematic import? |
I am not sure if it's the same, but I'm seeing similar behavior (the file name is a cached file) but what's actually triggering it is a |
Those would be two separate issues, yes. But if it also triggers this issue then that's at least convenient. |
Lacking any feedback from OP I am going to assume that this is the same bug as #1285. Closing. |
We have a package with
Running
go run honnef.co/go/tools/cmd/staticcheck ./...
over our repo results inThe build cache file is generated by
go test
and importsacme.corp/foo
.The text was updated successfully, but these errors were encountered: