Skip to content

Commit bb63f73

Browse files
authored
feat(functions): add go1.21 support (#283)
1 parent 55c56ad commit bb63f73

File tree

2 files changed

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

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
8383
NODE19 = "node19"
8484
GO120 = "go120"
8585
NODE20 = "node20"
86+
GO121 = "go121"
8687

8788
def __str__(self) -> str:
8889
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
8383
NODE19 = "node19"
8484
GO120 = "go120"
8585
NODE20 = "node20"
86+
GO121 = "go121"
8687

8788
def __str__(self) -> str:
8889
return str(self.value)

0 commit comments

Comments
 (0)