diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 01:37:17 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-11-19 14:14:46 -0800 |
commit | 00471432c45e215081020b0fac54a27f4bcbf565 (patch) | |
tree | ad458ba107d38d61b9fc259381d97f60501093e3 /cmd/gvisor-website/app.yaml | |
parent | 8c89ebd4315d24dfdf6afd79ba4838791e7228a7 (diff) |
Update to Go 1.12 runtime.
Update to the Go 1.12 runtime.
- The login option in app.yaml is no longer supported. Check the
X-Appengine-Cron http header instead.
- Add a 'stage' make target that allows you to easily stage a change.
Diffstat (limited to 'cmd/gvisor-website/app.yaml')
-rw-r--r-- | cmd/gvisor-website/app.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/gvisor-website/app.yaml b/cmd/gvisor-website/app.yaml index cc51c0462..b3e8782ee 100644 --- a/cmd/gvisor-website/app.yaml +++ b/cmd/gvisor-website/app.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -runtime: go111 +runtime: go112 handlers: - url: /.* @@ -21,4 +21,3 @@ handlers: - url: /rebuild secure: always script: auto - login: admin |