Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go versions #174

Open
joshhighet opened this issue Jul 30, 2021 · 0 comments
Open

go versions #174

joshhighet opened this issue Jul 30, 2021 · 0 comments

Comments

@joshhighet
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant