Skip to content

Commit 51b8592

Browse files
authored
feat(function): add go1.21 support (#832)
1 parent c0badfc commit 51b8592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export type FunctionRuntime =
5151
| 'node19'
5252
| 'go120'
5353
| 'node20'
54+
| 'go121'
5455

5556
export type FunctionStatus =
5657
| 'unknown'

0 commit comments

Comments
 (0)