apsystole / log

Go logging library for GCP App Engine, Cloud Run, Cloud Functions
MIT License
14 stars 1 forks source link

[perennial] match the CI versions with the official GCP versions #4

Open jabielecki opened 3 years ago

jabielecki commented 3 years ago

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.

jabielecki commented 2 years ago

No match, now needs 1.11.6, 1.13.15, 1.16.7. Bumped.

jabielecki commented 2 years ago

Checked, no action needed.