darkrockmountain / gomail

GoMail is a powerful library for sending emails via multiple providers, including SMTP, Gmail API, Microsoft Graph API, SendGrid, AWS SES, Mailgun, Mandrill, Postmark, and SparkPost. Supporting attachments, plain text, and HTML content, it simplifies email integration for developers with easy setup and robust functionalities.
https://darkrockmountain.com
Apache License 2.0
4 stars 1 forks source link

fix: update Go version to 1.22.5 to resolve net/http vulnerability #48

Closed JRocabruna closed 1 week ago

JRocabruna commented 1 week ago

Description

This pull request updates the Go version to 1.22.5 to address the vulnerability (GO-2024-2963) in the net/http package. This update is necessary to resolve the denial of service issue due to improper 100-continue handling identified by govulncheck.

Checklist

Please ensure the following guidelines are met:

Additional Information

This update includes changes to both the go.mod file and the GitHub Actions workflow to ensure that Go 1.22.5 is used throughout the project.