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

x/net/http2: #46562

Closed
wdcs-kinjalmori opened this issue Jun 4, 2021 · 1 comment
Closed

x/net/http2: #46562

wdcs-kinjalmori opened this issue Jun 4, 2021 · 1 comment

Comments

@wdcs-kinjalmori
Copy link

current go version

$ go version
go version go1.10.3 linux/amd64

I am using go 1.10.3 and trying to install all packages by
 go get . 
but its giving me following error

 
# 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

Please help me with this

@davecheney
Copy link
Contributor

Go 1.10 is long out of support. You should upgrade to Go 1.16, the most recent supported version.

@golang golang locked and limited conversation to collaborators Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants