Skip to content

Commit b29fec5

Browse files
committed
Update info message to match version
Refers to request in: openfaas/templates#265 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 5d6376e commit b29fec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/golang-http/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: golang-http
22
fprocess: ./handler
33
welcome_message: |
4-
You have created a new function which uses Golang 1.13.
4+
You have created a new function which uses Go 1.15.
55
66
To include third-party dependencies, use Go modules and use
77
"--build-arg GO111MODULE=on" with faas-cli build or configure this

template/golang-middleware/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: golang-middleware
22
fprocess: ./handler
33
welcome_message: |
4-
You have created a new function which uses Golang 1.13.
4+
You have created a new function which uses Go 1.15.
55
66
To include third-party dependencies, use Go modules and use
77
"--build-arg GO111MODULE=on" with faas-cli build or configure this

0 commit comments

Comments
 (0)