mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
9cd1a4dadb
App Engine’s Go 1.9 runtime is no longer functional. See https://cloud.google.com/appengine/docs/deprecations and https://cloud.google.com/appengine/docs/standard/go111/go-differences. Note that this doesn’t migrate away from the App Engine SDK per https://cloud.google.com/appengine/docs/standard/go111/go-differences#migrating-appengine-sdk, as this service does use App Engine APIs. Newer Go runtimes are available, currently including 1.12, 1.13, and a beta version of 1.14, but 1.12 and newer do not support App Engine APIs per https://cloud.google.com/appengine/docs/standard/go112/go-differences, so this upgrade targets the Go 1.11 runtime. Change-Id: Ia9c28cfb1abe5f226ae8c07de90cd2e9b6e19a48 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2328805 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>