Skip to content

Commit fb3c633

Browse files
committed
Update template.yml files for consistency
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent a92df5a commit fb3c633

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

template/golang-middleware-inproc/template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: golang-middleware-inproc
22
fprocess: ./handler
33
welcome_message: |
4-
You have created a new function which uses go 1.24 and Alpine
5-
Linux as its base image.
4+
You have created a new function which uses Go 1.25 and Alpine
5+
Linux as its base image. The go.mod version is set to 1.24.0
6+
for compatibility.
67
78
To disable the go module, for private vendor code, please use
89
"--build-arg GO111MODULE=off" with faas-cli build or configure this

template/golang-middleware/template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: golang-middleware
22
fprocess: ./handler
33
welcome_message: |
4-
You have created a new function which uses go 1.23 and Alpine
5-
Linux as its base image.
4+
You have created a new function which uses Go 1.25 and Alpine
5+
Linux as its base image. The go.mod version is set to 1.24.0
6+
for compatibility.
67
78
To disable the go module, for private vendor code, please use
89
"--build-arg GO111MODULE=off" with faas-cli build or configure this

0 commit comments

Comments
 (0)