Skip to content

Commit 7fd1b2d

Browse files
authored
feat(serverless): add go1.20 runtime (#51)
1 parent f823846 commit 7fd1b2d

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
@@ -78,6 +78,7 @@ class FunctionRuntime(str, Enum):
7878
PYTHON311 = "python311"
7979
PHP82 = "php82"
8080
NODE19 = "node19"
81+
GO120 = "go120"
8182

8283
def __str__(self) -> str:
8384
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class FunctionRuntime(str, Enum):
7878
PYTHON311 = "python311"
7979
PHP82 = "php82"
8080
NODE19 = "node19"
81+
GO120 = "go120"
8182

8283
def __str__(self) -> str:
8384
return str(self.value)

0 commit comments

Comments
 (0)