Skip to content

Commit b981ef7

Browse files
authored
feat(functions): add go123 and go124 runtimes (#1937)
1 parent 7dd576d commit b981ef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export type FunctionRuntime =
5757
| 'php83'
5858
| 'go122'
5959
| 'rust179'
60+
| 'go123'
61+
| 'go124'
6062

6163
export type FunctionSandbox = 'unknown_sandbox' | 'v1' | 'v2'
6264

0 commit comments

Comments
 (0)