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
Hi Agnivade, this is primarily glide issue, maybe I should not report this here, but I was thinking maybe it should be backward compatible. Now i checked glide repo and it seems its not supporting these valid tags, so probably we can close.
Thanks,
The issue I opened for glide: Masterminds/glide#1055
What version of Go are you using (
go version
)?go version go1.12.4 darwin/amd64
Does this issue reproduce with the latest release?
I think so
What operating system and processor architecture are you using (
go env
)?darwin/amd64
go env
Outputglide install
my code is using import like:
"golang.org/x/crypto/ed25519"
If glide is unconstrained, it will fail on installing the version, because it seems it doesnt support
+build go1.13
What did you expect to see?
glide passes installation
What did you see instead?
when glide --debug install started it constains:
It seems that for glide the package broke backward compatibility.
Workaround was to fix package version in glide.yaml to the commit before the change. I used this:
The text was updated successfully, but these errors were encountered: