Skip to content

Commit b518c6a

Browse files
committed
Update go.work to Go 1.24
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 30fafa6 commit b518c6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

template/golang-middleware/go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23
1+
go 1.24
22

33
use (
44
.

verify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CLI="faas-cli"
66
build_template() {
77
template=$1
88

9+
rm -rf stack.yaml || :
910
echo Building $template
1011
func_name=$template-ci
1112
$CLI new $func_name --lang $template 2>/dev/null 1>&2

0 commit comments

Comments
 (0)