Skip to content

Commit 44bf792

Browse files
authored
feat(serverless): add node22, python312, php83, go122 and rust178 runtimes (#1306)
1 parent 8cdb5b0 commit 44bf792

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export type FunctionRuntime =
5252
| 'go120'
5353
| 'node20'
5454
| 'go121'
55+
| 'node22'
56+
| 'python312'
57+
| 'php83'
58+
| 'go122'
59+
| 'rust178'
5560

5661
export type FunctionStatus =
5762
| 'unknown'

0 commit comments

Comments
 (0)