diff --git a/website/app.yaml b/website/app.yaml index 02352c5b..1fd756cd 100644 --- a/website/app.yaml +++ b/website/app.yaml @@ -1,3 +1,9 @@ # SPDX-License-Identifier: Unlicense OR MIT -runtime: go111 +runtime: go112 + +handlers: + +- url: .* + script: auto + secure: always