Skip to content

Commit e3cc123

Browse files
authored
feat(serverless): add Rust 1.65, Python 3.11 and Go 1.19 (#233)
1 parent 7766b91 commit e3cc123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export type FunctionRuntime =
3939
| 'go117'
4040
| 'go118'
4141
| 'node18'
42+
| 'rust165'
43+
| 'go119'
44+
| 'python311'
4245

4346
export type FunctionStatus =
4447
| 'unknown'

0 commit comments

Comments
 (0)