From a22439edb80d99204dba75f317803b3d81350503 Mon Sep 17 00:00:00 2001 From: Keoni Date: Fri, 29 Jul 2022 04:51:23 -0700 Subject: [PATCH] Updated go 1.17 -> 1.18 in template.yml Signed-off-by: Keoni Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- template/golang-http/template.yml | 2 +- template/golang-middleware/template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/golang-http/template.yml b/template/golang-http/template.yml index a9f669a..7259f3d 100644 --- a/template/golang-http/template.yml +++ b/template/golang-http/template.yml @@ -1,7 +1,7 @@ language: golang-http fprocess: ./handler welcome_message: | - You have created a new function which uses Go 1.17 and Alpine + You have created a new function which uses Go 1.18 and Alpine Linux as its base image. To disable the go module, for private vendor code, please use diff --git a/template/golang-middleware/template.yml b/template/golang-middleware/template.yml index 485b074..029af27 100644 --- a/template/golang-middleware/template.yml +++ b/template/golang-middleware/template.yml @@ -1,7 +1,7 @@ language: golang-middleware fprocess: ./handler welcome_message: | - You have created a new function which uses Go 1.17 and Alpine + You have created a new function which uses Go 1.18 and Alpine Linux as its base image. To disable the go module, for private vendor code, please use