GoogleCloudPlatform / functions-framework-go

FaaS (Function as a service) framework for writing portable Go functions
https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go
Apache License 2.0
464 stars 63 forks source link

ci: [Automation] Update go matrix #211

Closed chizhg closed 1 year ago

chizhg commented 1 year ago

Update the go matrix in the CI workflows to include the new supported runtimes.

Auto-generated by https://github.com/chizhg/serverless-runtimes-automation/actions/runs/5901430748

kenneth-rosario commented 1 year ago

Lets add cloud.google.com to the harden runner allowlist of the file you modified. The build pack tests are failing because your are using a forked repository. I will work to exclude them when a pr is from a forked repo.

kenneth-rosario commented 1 year ago

can you rename the PR name to ci: [Automation] Update go matrix