From 592b24ea31e503bc3ec365de7a9e302f8e3c3c42 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 8 Aug 2018 11:02:52 +0200 Subject: [PATCH] app.yaml: Set api_version "go1". This default to Go 1.9 by now. --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index cfcd6a2..9a9562b 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,5 @@ runtime: go -api_version: go1.8 +api_version: go1 automatic_scaling: max_idle_instances: 1 -- 2.11.0