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 e4b0832 commit ef101dfCopy full SHA for ef101df
api/function/v1beta1/function_sdk.go
@@ -244,6 +244,9 @@ const (
244
FunctionRuntimeRust179 = FunctionRuntime("rust179")
245
FunctionRuntimeGo123 = FunctionRuntime("go123")
246
FunctionRuntimeGo124 = FunctionRuntime("go124")
247
+ FunctionRuntimePython313 = FunctionRuntime("python313")
248
+ FunctionRuntimeRust185 = FunctionRuntime("rust185")
249
+ FunctionRuntimePhp84 = FunctionRuntime("php84")
250
)
251
252
func (enum FunctionRuntime) String() string {
@@ -288,6 +291,9 @@ func (enum FunctionRuntime) Values() []FunctionRuntime {
288
291
"rust179",
289
292
"go123",
290
293
"go124",
294
+ "python313",
295
+ "rust185",
296
+ "php84",
297
}
298
299
0 commit comments