Open joshhighet opened 3 years ago
the README mentions the requirement for go version 1.6 or 1.7
the only go version compatible with all dependencies is 1.9
go version 1.9 is unable to compile and results in the below (x86_64)
# golang.org/x/crypto/curve25519/internal/field .gvm/pkgsets/go1.9/global/src/golang.org/x/crypto/curve25519/internal/field/fe.go:328:12: undefined: bits.Mul64 .gvm/pkgsets/go1.9/global/src/golang.org/x/crypto/curve25519/internal/field/fe_generic.go:17:12: undefined: bits.Mul64 .gvm/pkgsets/go1.9/global/src/golang.org/x/crypto/curve25519/internal/field/fe_generic.go:23:12: undefined: bits.Mul64 .gvm/pkgsets/go1.9/global/src/golang.org/x/crypto/curve25519/internal/field/fe_generic.go:24:11: undefined: bits.Add64 .gvm/pkgsets/go1.9/global/src/golang.org/x/crypto/curve25519/internal/field/fe_generic.go:25:10: undefined: bits.Add64
is there any known version out there that will get this project up and running?
the README mentions the requirement for go version 1.6 or 1.7
the only go version compatible with all dependencies is 1.9
go version 1.9 is unable to compile and results in the below (x86_64)
is there any known version out there that will get this project up and running?