serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Added several missing runtimes. #301

Open Edwin-Luijten opened 1 year ago

Edwin-Luijten commented 1 year ago

Added some missing runtimes.

jaredellison-nyt commented 1 year ago

Thank you @Edwin-Luijten, I came here hoping to find precisely this pull request! The changes in this pull request match the current list of GCP runtimes: https://cloud.google.com/functions/docs/runtime-support and align with previous PRs to add runtimes.

The addition of a nodejs18 runtime will be particularly helpful as Node 16 reaches End of Life in Sept 2023: https://nodejs.org/en/blog/announcements/nodejs16-eol/

If a maintainer has a moment to review this change it would be much appreciated!

curtismenmuir commented 1 year ago

+1

Has there been any progress on this? Would be good to be able to access newer Go versions

antonmyronyuk commented 1 year ago

Hi, I've opened another PR #306 with actual runtimes list as for 06.2023