-
Notifications
You must be signed in to change notification settings - Fork 867
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
Go SDK fails to install with dependency error #4316
Comments
This is a known upstream issue, please see census-instrumentation/opencensus-go#1067 (comment). |
Thanks for your quick response @jhendrixMSFT There is no technical reason. Go SDK document gives two options to install Go SDK and at the time we wrote our tests we chose to use Git instead of dep to install the SDK (mainly because we have Git installed on our environments and didn't want to install additional tools). |
@seyadava, the PR with a fix was merged 20 minutes ago (or 6 minutes before you posted your comment). |
census-instrumentation/opencensus-go#1071 should temporarily fix this. Sorry for the inconvenience. If you're using Go1.11+, maybe consider pinning a released version of |
Closing as the fix has been made upstream. |
Install Go SDK fails with the following error:
The text was updated successfully, but these errors were encountered: