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 Go Version to 1.23 #1140

Open
1 of 3 tasks
hackerwins opened this issue Feb 5, 2025 · 0 comments
Open
1 of 3 tasks

Upgrade Go Version to 1.23 #1140

hackerwins opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers

Comments

@hackerwins
Copy link
Member

hackerwins commented Feb 5, 2025

Description:

We are currently using Go 1.19 in our project(1.21 in go.mod), but Go 1.23 has been released with significant improvements. Upgrading to the latest version can provide performance enhancements, new language features, and better security.

Benefits:

  • Performance Optimization: Profile-Guided Optimization (PGO) improvements can enhance execution efficiency.
  • New Language Features: Support for iterators in for-range loops, new standard library packages (iter, structs, unique).
  • Security & Stability: Enhancements in math/rand for cryptographic security and improved loop variable handling.

Release Notes

Tasks:

  • Update go.mod to use Go 1.23.
  • Apply for i := range 5.
  • Apply min, max.

Why:

@hackerwins hackerwins added the enhancement 🌟 New feature or request label Feb 5, 2025
@hackerwins hackerwins added the good first issue 🐤 Good for newcomers label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request good first issue 🐤 Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant