-
Notifications
You must be signed in to change notification settings - Fork 18k
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: #45950
Comments
Dup of #45946. |
Change https://golang.org/cl/317069 mentions this issue: |
We have received many reports of build failures using Go 1.14, enough to make it worth supporting that release even though it is out of our support window. For golang/go#45942 For golang/go#45943 For golang/go#45946 For golang/go#45950 For golang/go#45968 Change-Id: I9d6b1762ae622b3e9a5de5b1967264387166b1c7 Reviewed-on: https://go-review.googlesource.com/c/net/+/317069 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Since this came up five times in 24 hours, I went ahead and patches golang.org/x/net so that it will work with versions of Go before 1.15. That should fix this problem. I still strongly encourage everyone to upgrade to a supported version of Go, and I do not promise that this will not break again in the future. |
Thank-you for this, I would love to upgrade but have my code in 14 different Google Cloud Functions - which is stuck at version 1.13 so I cannot upgrade until Google do. |
FWIW we are aware of GCE and GCF not yet supporting Go 1.16. I am hopeful (but can't promise) that they will by mid-summer. Apologies for the slow rollout there. |
What Drop support for Go 1.12 Why The golang.org/x/net/http2 dependency does not support older versions of Go: golang/go#45950 Additionally, according to the Go website, only the latest two versions of Go are officially supported: https://golang.org/doc/devel/release.html#policy
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Caused by the latest release.
golang.org/x/net v0.0.0-20210504132125-bbd867fde50d
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Updated my dependencies in order to bring in a new version of a module used elsewhere in my project.
What did you expect to see?
go get
to get the modules as per usual.What did you see instead?
I need to stick with the version of Go that I have as I am deploying a lot of Go based Google Cloud Functions - and thats pegged at v1.13.
The text was updated successfully, but these errors were encountered: