-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bump Go version to 1.25.1 and update all dependencies #568
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
Conversation
@jpillora 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: jpillora <[email protected]>
Co-authored-by: jpillora <[email protected]>
@copilot Why go1.23? The latest is go1.25.1, use that |
Co-authored-by: jpillora <[email protected]>
README.md
Outdated
- `1.8` - Move to a `scratch`Docker image | ||
- `1.9` - Bump to Go 1.21. Switch from `--key` seed to P256 key strings with `--key{gen,file}` (by @cmenginnz) | ||
- `1.10` - Bump to Go 1.22. Add `.rpm` `.deb` and `.akp` to releases. Fix bad version comparison. | ||
- `1.11` - Bump to Go 1.23. Update all dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the README changelog to correctly show Go 1.25.1 instead of 1.23. Commit: 367b4a9
Co-authored-by: jpillora <[email protected]>
ersion to 1.25.1 and update all dependencies (jpillora#568) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jpillora <[email protected]> Signed-off-by: samartha.pm <[email protected]>
This PR updates the Go version and all dependencies to their latest versions as requested in the issue.
Changes Made
Go Version Update
Dependency Updates
The following dependencies were updated to their latest versions:
All other dependencies were already at their latest versions and remain unchanged.
Documentation Update
Validation
✅ Project builds successfully with updated dependencies
✅ All existing tests pass (client, settings, e2e tests including auth, base, proxy, SOCKS, TLS, UDP)
✅ Application runs correctly and reports version
✅ No breaking changes or regressions detected
The dependency updates maintain full backward compatibility while providing the latest security patches and performance improvements.
Fixes #567.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.