You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-functions/faq.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ category: serverless
10
10
productIcon: FunctionsProductIcon
11
11
---
12
12
13
-
## Overview
13
+
## Overview
14
14
15
15
### What is serverless computing, and how does it differ from traditional cloud hosting?
16
16
@@ -209,8 +209,9 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
209
209
210
210
### How to migrate runtimes?
211
211
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.
0 commit comments