Skip to content

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
TibixDev:mainfrom
Stensel8:main
Open

chore(deps): bump golang.org/x/crypto to v0.53.0 and golang.org/x/sys to v0.46.0#782
Stensel8 wants to merge 3 commits into
TibixDev:mainfrom
Stensel8:main

Conversation

@Stensel8

@Stensel8 Stensel8 commented May 22, 2026

Copy link
Copy Markdown

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.

…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
Copilot AI review requested due to automatic review settings May 22, 2026 13:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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/crypto from v0.43.0 to v0.45.0
  • Bumped golang.org/x/sys from v0.37.0 to v0.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.

Comment thread guest_server/go.sum Outdated
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=

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can we go newer than 0.45 without breaking compatibility?

@waffles-dev waffles-dev self-requested a review May 29, 2026 10:37
Stensel8 pushed a commit to Stensel8/winboat that referenced this pull request Jun 8, 2026
@Stensel8 Stensel8 changed the title chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 chore(deps): bump golang.org/x/crypto to v0.53.0 and golang.org/x/sys to v0.46.0 Jun 8, 2026
@Stensel8

Stensel8 commented Jun 8, 2026

Copy link
Copy Markdown
Author

Bumped both packages further to their latest versions: golang.org/x/crypto to v0.53.0 and golang.org/x/sys to v0.46.0.

I'm on Linux only so no runtime test on Windows, but cross-compile for amd64 and arm64 succeeds and go vet is clean:

$ GOOS=windows GOARCH=amd64 go build -v -o winboat-amd64.exe .
winboat-server

$ GOOS=windows GOARCH=arm64 go build -v -o winboat-arm64.exe .
winboat-server

$ GOOS=windows GOARCH=amd64 go vet ./...
(no output, clean)

$ file winboat-amd64.exe winboat-arm64.exe
winboat-amd64.exe: PE32+ executable for MS Windows 6.01 (console), x86-64, 15 sections
winboat-arm64.exe: PE32+ executable for MS Windows 6.01 (console), ARM64, 13 sections

$ go list -m golang.org/x/crypto golang.org/x/sys
golang.org/x/crypto v0.53.0
golang.org/x/sys v0.46.0

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.

3 participants