We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f823846 commit 7fd1b2dCopy full SHA for 7fd1b2d
scaleway-async/scaleway_async/function/v1beta1/types.py
@@ -78,6 +78,7 @@ class FunctionRuntime(str, Enum):
78
PYTHON311 = "python311"
79
PHP82 = "php82"
80
NODE19 = "node19"
81
+ GO120 = "go120"
82
83
def __str__(self) -> str:
84
return str(self.value)
scaleway/scaleway/function/v1beta1/types.py
0 commit comments