-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
The following services should to be updated to deploy using Go 1.11 runtime of App Engine Standard:
- x/blog – currently using Go 1.9 runtime; see its app.yaml#L3
- x/tour – currently using Go 1.9 runtime; see its app.yaml#L3
- x/talks – already using Go 1.11 runtime; see its app.yaml#L2
Doing so will make it possible¹ to start using net/http
package for making HTTP requests (instead of google.golang.org/appengine/urlfetch
package²) in the golang.org/x/tools/playground
package, and unblock CL 160837 from being able to be merged.
Merging that CL will help with #29981 and golang/lint#436.
/cc @matloob @andybons @bradfitz
¹: https://cloud.google.com/appengine/docs/standard/go111/go-differences#migrating-appengine-sdk
²: https://cloud.google.com/appengine/docs/standard/go/issue-requests
bradfitz, ptorsson and matloob
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.