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 dcf79bb commit 76e5779Copy full SHA for 76e5779
api/function/v1beta1/function_sdk.go
@@ -242,6 +242,8 @@ const (
242
FunctionRuntimePhp83 = FunctionRuntime("php83")
243
FunctionRuntimeGo122 = FunctionRuntime("go122")
244
FunctionRuntimeRust179 = FunctionRuntime("rust179")
245
+ FunctionRuntimeGo123 = FunctionRuntime("go123")
246
+ FunctionRuntimeGo124 = FunctionRuntime("go124")
247
)
248
249
func (enum FunctionRuntime) String() string {
@@ -284,6 +286,8 @@ func (enum FunctionRuntime) Values() []FunctionRuntime {
284
286
"php83",
285
287
"go122",
288
"rust179",
289
+ "go123",
290
+ "go124",
291
}
292
293
0 commit comments