Skip to content

Go 1.10.4 build fails with undef imports in http2 pkg #481

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

Closed
chrishenzie opened this issue May 10, 2021 · 2 comments
Closed

Go 1.10.4 build fails with undef imports in http2 pkg #481

chrishenzie opened this issue May 10, 2021 · 2 comments

Comments

@chrishenzie
Copy link
Contributor

Recent Travis CI builds for Go 1.10.4 fail with the following errors:

# golang.org/x/net/http2
../../golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
../../golang.org/x/net/http2/server.go:234:72: undefined: tls.VersionTLS13

See here and here for sample failures.

@gnufied
Copy link
Contributor

gnufied commented May 12, 2021

It should be fixed by #435 when it merges.

@chrishenzie
Copy link
Contributor Author

Fixed, thank you!

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