mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
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:
parent
c124e8c643
commit
c2a12c25d1
3 changed files with 28 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
runtime: go
|
||||
api_version: go1
|
||||
runtime: go111
|
||||
|
||||
handlers:
|
||||
- url: /.*
|
||||
script: _go_app
|
||||
secure: always
|
||||
script: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue