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
ALTree
changed the title
go get with triple dot doesn't work with 1.10.6 and 1.11.3
cmd/go: go get with triple dot doesn't work with 1.10.6 and 1.11.3
Dec 14, 2018
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yeah, it only happens on latest versions, 1.10.6 and 1.11.3.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go get -d github.com/kubernetes-sigs/cri-tools/...
What did you expect to see?
The command should succeed.
It succeeds with previous versions, e.g. go 1.11.2.
What did you see instead?
package github.com/kubernetes-sigs/cri-tools/...: github.com/kubernetes-sigs/cri-tools/...: invalid import path: malformed import path "github.com/kubernetes-sigs/cri-tools/...": double dot
The text was updated successfully, but these errors were encountered: