Update appengine for the Go 1.11 runtime.

https://cloud.google.com/appengine/docs/standard/go111/go-differences
This is untested, because I wasn't actually able to deploy without
enabling Cloud Build and setting up a billing account.
This commit is contained in:
David Fifield 2020-02-24 00:15:54 -07:00
parent c124e8c643
commit c2a12c25d1
3 changed files with 28 additions and 4 deletions

View file

@ -1,7 +1,6 @@
runtime: go
api_version: go1
runtime: go111
handlers:
- url: /.*
script: _go_app
secure: always
script: auto