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