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 install github.com/ory/hydra Fails to compile #456

Closed
linearregression opened this issue May 11, 2017 · 1 comment
Closed

Comments

@linearregression
Copy link

linearregression commented May 11, 2017

go version
go version go1.7.4 darwin/amd64

Command and log:
go install github.com/ory/hydra

github.com/ory/hydra/vendor/github.com/ory/graceful
vendor/github.com/ory/graceful/http_defaults.go:13: undefined: tls.X25519
vendor/github.com/ory/graceful/http_defaults.go:20: undefined: tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
vendor/github.com/ory/graceful/http_defaults.go:21: undefined: tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
vendor/github.com/ory/graceful/http_defaults.go:66: srv.IdleTimeout undefined (type *http.Server has no field or method IdleTimeout)
vendor/github.com/ory/graceful/http_defaults.go:67: srv.IdleTimeout undefined (type *http.Server has no field or method IdleTimeout)
vendor/github.com/ory/graceful/http_graceful.go:54: undefined: http.ErrServerClosed

@aeneasr
Copy link
Member

aeneasr commented May 11, 2017

Please install go 1.8 as noted in history.md :)

@aeneasr aeneasr closed this as completed May 11, 2017
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

2 participants