Skip to content

Commit a7da4e2

Browse files
authored
feat(serverless): add Go 1.20 runtime (#460)
1 parent 4a78253 commit a7da4e2

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
@@ -49,6 +49,7 @@ export type FunctionRuntime =
4949
| 'python311'
5050
| 'php82'
5151
| 'node19'
52+
| 'go120'
5253

5354
export type FunctionStatus =
5455
| 'unknown'

0 commit comments

Comments
 (0)