Skip to content

Commit 91f1be6

Browse files
feat(functions): add go123 and go124 runtimes (#921)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent 19a7be3 commit 91f1be6

File tree

2 files changed

+4
-0
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+4
-0
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
8989
PHP83 = "php83"
9090
GO122 = "go122"
9191
RUST179 = "rust179"
92+
GO123 = "go123"
93+
GO124 = "go124"
9294

9395
def __str__(self) -> str:
9496
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
8989
PHP83 = "php83"
9090
GO122 = "go122"
9191
RUST179 = "rust179"
92+
GO123 = "go123"
93+
GO124 = "go124"
9294

9395
def __str__(self) -> str:
9496
return str(self.value)

0 commit comments

Comments
 (0)