-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
502 for honnef.co/go/tools #1265
Comments
Same issue persist for me today.
Can you please help about it? |
same issue for me , pls resolve it asap |
Please resolve this. Its Hampering image builds |
Seeing this issue today and getting 502 gateway timeout error whole fetching dependency. Failure fetching honnef.co/go/tools with 502 gateway timeout error. This is failing in local macbook and multiple Jenkins platforms as well. Running grpcserver functional tests... Can you please help in resolving this as we are blocked due to this. |
I can reproduce in a fresh module with the GOPROXY disabled. I'm also seeing this in a repo managed with Dep, since it doesn't use the GOPROXY.
But it still works with the goproxy (default)
I can workaround using a replace directive, if that helps anyone:
I do wonder if you're all bypassing the GOPROXY though. I believe it's there to prevent this exact problem. Edit for Dep users: I still haven't worked around this with Dep. You'd think the |
For dep users, the following workaround works for me on macOS Add this to
Create this file structure
Then run this from the top directory (the one with the
And run the |
@tompreston thank you my guy, your answer helped a lot. I was confused the whole time why is it happening suddenly. |
This should be fixed now. Sorry for the brief inconvenience. |
When bypassing the go proxy for a build, I've come across this:
With the debugging instructions from #492, I find:
Is there anything you can do about this, please?
The text was updated successfully, but these errors were encountered: