Skip to content

Commit 76e5779

Browse files
feat(functions): add go123 and go124 runtimes (scaleway#2481)
Co-authored-by: Jonathan R. <[email protected]>
1 parent dcf79bb commit 76e5779

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/function/v1beta1/function_sdk.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ const (
242242
FunctionRuntimePhp83 = FunctionRuntime("php83")
243243
FunctionRuntimeGo122 = FunctionRuntime("go122")
244244
FunctionRuntimeRust179 = FunctionRuntime("rust179")
245+
FunctionRuntimeGo123 = FunctionRuntime("go123")
246+
FunctionRuntimeGo124 = FunctionRuntime("go124")
245247
)
246248

247249
func (enum FunctionRuntime) String() string {
@@ -284,6 +286,8 @@ func (enum FunctionRuntime) Values() []FunctionRuntime {
284286
"php83",
285287
"go122",
286288
"rust179",
289+
"go123",
290+
"go124",
287291
}
288292
}
289293

0 commit comments

Comments
 (0)