From 4bb7d986198daef2a80e976e7a3576204332e0ba Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 30 Oct 2020 18:16:31 -0400 Subject: tour: update to the App Engine Go 1.14 runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reference: • https://cloud.google.com/appengine/docs/standard/go/runtime Change-Id: I46b87098ed04c9c5d9f84193c9d72f9d30a59233 Reviewed-on: https://go-review.googlesource.com/c/tour/+/266818 Trust: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Go Bot Reviewed-by: Alexander Rakoczy Reviewed-by: Carlos Amedee --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index aab2f02..9de61cf 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,5 @@ service: tour -runtime: go112 +runtime: go114 env_variables: GOLANGORG_CHECK_COUNTRY: true -- cgit v1.3