We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3c633 commit d0dc057Copy full SHA for d0dc057
template/golang-middleware-inproc/template.yml
@@ -1,6 +1,12 @@
1
language: golang-middleware-inproc
2
fprocess: ./handler
3
welcome_message: |
4
+ This function consumes the watchdog via its Go SDK rather than
5
+ running two separate processes. It is for testing and will
6
+ likely be merged into the normal "golang-middleware" template
7
+ in the future and be deleted itself. Pin to a specific
8
+ SHA if you do want use this template.
9
+
10
You have created a new function which uses Go 1.25 and Alpine
11
Linux as its base image. The go.mod version is set to 1.24.0
12
for compatibility.
0 commit comments