Announcing Go 1.8 on App Engine Standard Environment

134 views
Skip to first unread message

Steven Buss

unread,
Oct 27, 2017, 1:26:55 PM10/27/17
to google-appengine-go
We’re happy to announce that Go 1.8 for the Google App Engine standard environment is now generally available and is covered by the App Engine Service Level Agreement (SLA). As of today, Go 1.8 will also be the default for newly-deployed apps that specify "api_version:go1" in their "app.yaml" files. Existing deployments will not be modified.

Go 1.8 brings a number of library, runtime, performance and security improvements (see the the Go 1.7 Release Notes and the Go 1.8 Release Notes for details). We encourage you to test and re-deploy your apps to make use of them.

Note that the old x/net/context package was moved to the standard library as the “context” package starting in Go 1.7. You can automatically update your imports via "go tool fix -r context" if you have Go 1.8 installed.

If you need to continue deploying apps using the old Go 1.6 runtime, you can update your "app.yaml" file to specify "api_version:go1.6".

https://cloudplatform.googleblog.com/2017/10/announcing-Go-1-8-on-App-Engine-Standard-Environment.html

Alexander Trakhimenok

unread,
Nov 6, 2017, 6:55:56 AM11/6/17
to google-appengine-go
Steven, great news.

Can you please clarify how we supposed to migrate to new context if datastore expects old one?

I created a separate topic on this: https://groups.google.com/forum/m/#!topic/google-appengine-go/RltK2bV-Hoo

Reply all
Reply to author
Forward
0 new messages