Skip to content

x/blog, x/tour, x/talks: deploy with Go 1.11 runtime of App Engine Standard #30486

Closed
@dmitshur

Description

@dmitshur

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions