-
Notifications
You must be signed in to change notification settings - Fork 849
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 get on master branch fails. #6846
Labels
Comments
I believe this is because you are not using golang 1.13. |
Will add go1.13 build constraints to the sources under ./sdk, sorry about that. |
Should be fixed now. |
Thank you!!! @jhendrixMSFT |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Before January 10th, everything installed as expected.
I think these lines are the problem or pointing out the problem (maybe)??:
On a VM that does not have any azure go files already installed.
Clean environment. Fresh install of:
go get -v -u github.com/Azure/azure-sdk-for-go/...
Thank you for the help!!!!
The text was updated successfully, but these errors were encountered: