You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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:This is running on Linux (Debian testing).
Thanks!
The text was updated successfully, but these errors were encountered: