Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 7, 2025

This PR updates the Go version and all dependencies to their latest versions as requested in the issue.

Changes Made

Go Version Update

  • Upgraded from Go 1.21 to Go 1.25.1 (latest)
  • Removed unnecessary toolchain specification

Dependency Updates

The following dependencies were updated to their latest versions:

  • github.com/fsnotify/fsnotify: v1.6.0 → v1.9.0
  • github.com/gorilla/websocket: v1.5.0 → v1.5.3
  • golang.org/x/crypto: v0.16.0 → v0.41.0
  • golang.org/x/net: v0.14.0 → v0.43.0
  • golang.org/x/sync: v0.5.0 → v0.16.0
  • golang.org/x/sys: v0.15.0 → v0.35.0
  • golang.org/x/text: v0.14.0 → v0.28.0

All other dependencies were already at their latest versions and remain unchanged.

Documentation Update

  • Updated the changelog in README.md to document version 1.11 with the Go 1.25.1 upgrade and dependency updates

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.

Copy link
Contributor Author

Copilot AI commented Sep 7, 2025

@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.

@Copilot Copilot AI changed the title [WIP] Bump dependencies Bump Go version to 1.23 and update all dependencies Sep 7, 2025
@Copilot Copilot AI requested a review from jpillora September 7, 2025 10:50
Copilot finished work on behalf of jpillora September 7, 2025 10:50
@jpillora
Copy link
Owner

jpillora commented Sep 7, 2025

@copilot Why go1.23? The latest is go1.25.1, use that

Copy link
Contributor Author

Copilot AI commented Sep 7, 2025

@copilot Why go1.23? The latest is go1.25.1, use that

Updated to Go 1.25.1 as requested. The project builds successfully and all tests pass with the latest Go version. Commit: 2cf3ef7

@Copilot Copilot AI changed the title Bump Go version to 1.23 and update all dependencies Bump Go version to 1.25.1 and update all dependencies Sep 7, 2025
Copilot finished work on behalf of jpillora September 7, 2025 12:10
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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot fix

Copy link
Contributor Author

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

@Copilot Copilot AI requested a review from jpillora September 7, 2025 12:47
Copilot finished work on behalf of jpillora September 7, 2025 12:47
@jpillora jpillora marked this pull request as ready for review September 11, 2025 12:18
@jpillora jpillora merged commit 8ce920a into master Sep 11, 2025
10 checks passed
@jpillora jpillora deleted the copilot/fix-567 branch September 11, 2025 12:18
samartha-pm pushed a commit to OutSystems/chisel that referenced this pull request Sep 15, 2025
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]>
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.

Bump dependencies

2 participants