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

Upgrade to Go 1.18 and update dependencies #239

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

amarpal
Copy link

@amarpal amarpal commented Jan 4, 2025

Changes in this PR

This pull request upgrades the project to Go 1.18 and includes several important updates:

  1. Upgraded to Go 1.18 and updated all dependencies
  2. Removed deprecated TLS config methods for Go 1.14+ compatibility
  3. Removed deprecated x509 PEM encryption functions for security reasons

These changes aim to improve the project's security, compatibility, and take advantage of the latest features and improvements in Go 1.18.

Upgrade details

  • The project has been updated to use Go 1.18
  • All dependencies have been updated to their latest compatible versions
  • Deprecated TLS configuration methods have been removed to ensure compatibility with Go 1.14 and newer versions
  • Deprecated x509 PEM encryption functions have been removed to enhance security

Please review these changes carefully, especially the removal of deprecated functions, to ensure they don't negatively impact any existing functionality.

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.

1 participant