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 30fafa6 commit b518c6aCopy full SHA for b518c6a
template/golang-middleware/go.work
@@ -1,4 +1,4 @@
1
-go 1.23
+go 1.24
2
3
use (
4
.
verify.sh
@@ -6,6 +6,7 @@ CLI="faas-cli"
6
build_template() {
7
template=$1
8
9
+ rm -rf stack.yaml || :
10
echo Building $template
11
func_name=$template-ci
12
$CLI new $func_name --lang $template 2>/dev/null 1>&2
0 commit comments