Closed
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