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
This pull request updates the runtime versions for various cloud
functions in multiple files. The most important changes include updating
the Python, Go, and Node.js runtime versions.
Runtime version updates:
*
[`gcp-py-functions/__main__.py`](diffhunk://#diff-b2f86cf739ca47ad62003f2ae0df42b5f061c56b09022828b91258931950aeeeL64-R64):
Updated the runtime version from `python37` to `python313`.
*
[`gcp-py-serverless-raw/__main__.py`](diffhunk://#diff-e8818009e7782c253a858fe7ad0cbf404e0c3620b0f76ec4921e24db819e5be9L15-R15):
Updated the runtime version from `python37` to `python313`.
*
[`gcp-ts-serverless-raw/index.ts`](diffhunk://#diff-2663f8d6f0273c8e40775d2628d1525ae31b406a74bcc3dff1f6280ea600e515L21-R21):
Updated the runtime version from `python37` to `python313` for the
Python function.
*
[`gcp-ts-serverless-raw/index.ts`](diffhunk://#diff-2663f8d6f0273c8e40775d2628d1525ae31b406a74bcc3dff1f6280ea600e515L49-R49):
Updated the runtime version from `go120` to `go123` for the Go function.
*
[`gcp-ts-serverless-raw/index.ts`](diffhunk://#diff-2663f8d6f0273c8e40775d2628d1525ae31b406a74bcc3dff1f6280ea600e515L77-R77):
Updated the runtime version from `nodejs16` to `nodejs22` for the
TypeScript function.
0 commit comments