Skip to content

go get module no matching versions for query "latest #4899

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

Closed
numkem opened this issue May 29, 2019 · 1 comment
Closed

go get module no matching versions for query "latest #4899

numkem opened this issue May 29, 2019 · 1 comment

Comments

@numkem
Copy link

numkem commented May 29, 2019

Bug Report

Hello,

I've been trying to do go get on the SDK with go modules turned on with Go 1.12.5 and I get this error:

$ go get -u github.com/Azure/azure-sdk-for-go/...
go: finding github.com/Azure/azure-sdk-for-go/... latest
go get github.com/Azure/azure-sdk-for-go/...: no matching versions for query "latest"

This is running on Linux (Debian testing).

Thanks!

@ghost ghost added the triage label May 29, 2019
@numkem
Copy link
Author

numkem commented May 30, 2019

Would appear to be linked to golang/go#27215

I managed to make it work by doing go get golang.org/dl/gotip && gotip download than gotip get -u github.com/Azure/azure-sdk-for-go/... in my project.

@numkem numkem closed this as completed May 30, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant