Skip to content

Commit daf0a9a

Browse files
Koeng101alexellis
authored andcommitted
Updated go 1.17 -> 1.18 in template.yml
Signed-off-by: Keoni <[email protected]> Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 74c4e52 commit daf0a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/golang-http/template.yml

+1-1
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 Go 1.17 and Alpine
4+
You have created a new function which uses Go 1.18 and Alpine
55
Linux as its base image.
66
77
To disable the go module, for private vendor code, please use

template/golang-middleware/template.yml

+1-1
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 Go 1.17 and Alpine
4+
You have created a new function which uses Go 1.18 and Alpine
55
Linux as its base image.
66
77
To disable the go module, for private vendor code, please use

0 commit comments

Comments
 (0)