Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade cloudevents to latest if on go1.18 or later #248

Merged
merged 7 commits into from
Aug 7, 2024
Merged

Conversation

jrmfg
Copy link
Contributor

@jrmfg jrmfg commented Aug 7, 2024

go1.11-go1.17 are deprecated cloud functions runtimes (https://cloud.google.com/functions/docs/runtime-support#go), and will be decomissioned in January 2025. Additionally, cloudevents hasn't supported go earlier than 1.18 for a while. Upgrading cloudevents fixes a vulnerability in jackson. So, upgrade everything.

Fixes #247

@jrmfg jrmfg merged commit d341ae5 into main Aug 7, 2024
37 checks passed
@jrmfg jrmfg deleted the ce-upgrade branch August 7, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cloudevents/sdk-go is vulnerable
2 participants