Visit https://cloud.google.com/functions/docs/concepts/go-runtime and see what OS and Go versions they use. This might change over time, but this library should be tested to work against the very same versions. Verify if the versions match the contents of .github/workflows/gotest.yml under the section gcp_cloud_functions_exact, because this is what is continuously tested during development.
Leave a comment in this issue saying if the version match (yes/no), but do not close the issue; this task is perennial 😒 If the versions do not match, the yml needs an update. Please create such update as a normal pull request against the master branch.
Visit https://cloud.google.com/functions/docs/concepts/go-runtime and see what OS and Go versions they use. This might change over time, but this library should be tested to work against the very same versions. Verify if the versions match the contents of
.github/workflows/gotest.yml
under the sectiongcp_cloud_functions_exact
, because this is what is continuously tested during development.Leave a comment in this issue saying if the version match (yes/no), but do not close the issue; this task is perennial 😒 If the versions do not match, the yml needs an update. Please create such update as a normal pull request against the
master
branch.