chore(deps): bump golang.org/x/crypto to v0.53.0 and golang.org/x/sys to v0.46.0#782
Open
Stensel8 wants to merge 3 commits into
Open
chore(deps): bump golang.org/x/crypto to v0.53.0 and golang.org/x/sys to v0.46.0#782Stensel8 wants to merge 3 commits into
Stensel8 wants to merge 3 commits into
Conversation
…r/go_modules-dd7da38a6b chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /guest_server in the go_modules group across 1 directory
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the guest_server Go dependencies to newer golang.org/x/* versions.
Changes:
- Bumped
golang.org/x/cryptofromv0.43.0tov0.45.0 - Bumped
golang.org/x/sysfromv0.37.0tov0.38.0
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| guest_server/go.mod | Updates required module versions for x/crypto and x/sys |
| guest_server/go.sum | Refreshes checksum entries to match the upgraded module versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
waffles-dev
reviewed
May 29, 2026
| golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04= | ||
| golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0= | ||
| golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q= | ||
| golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4= |
Collaborator
There was a problem hiding this comment.
Can we go newer than 0.45 without breaking compatibility?
Author
|
Bumped both packages further to their latest versions: I'm on Linux only so no runtime test on Windows, but cross-compile for amd64 and arm64 succeeds and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/crypto from v0.43.0 to v0.53.0 and golang.org/x/sys from v0.37.0 to v0.46.0 in /guest_server.