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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
It seems like you are using an older version of go (those sort functions are introduced in 1.8). dep requires Go 1.8 or newer to compile as noted in readme.
Our CI started failing because we were depending on
master
dep.From bb11ff7 a
go install ./...
(hence also ago get
) exits 2 like so:We found this SHA using
git bisect
between v0.3.0 and master.What did you expect to see?
We expected
go get
to successfully installdep
.We do not see this problem on OSX.
The text was updated successfully, but these errors were encountered: