Skip to content

Commit fa6f3ce

Browse files
feat(functions): runtime migration
1 parent 1ce58e5 commit fa6f3ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/serverless-functions/faq.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category: serverless
1010
productIcon: FunctionsProductIcon
1111
---
1212

13-
## Overview
13+
## Overview
1414

1515
### What is serverless computing, and how does it differ from traditional cloud hosting?
1616

@@ -209,8 +209,9 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
209209

210210
### How to migrate runtimes?
211211

212-
There are no constraints when changing a function runtime, you simply need to choose the runtime version you want.
213-
Upgrading a runtime is highly recommended in case of deprecation, and for runtimes that have reached end-of-support or end-of-life. See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-runtimes/) for more information.
212+
On a Serverless Function, you can change the runtime if it's from the same family. Example: migrate from `go1.23` to `go1.24` To change programming language, create a new Serverless Function.
213+
214+
See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-runtimes/) for more information about runtimes.
214215

215216
## Network and storage
216217

0 commit comments

Comments
 (0)