Skip to content

Bump golang.org/x/crypto from 0.33.0 to 0.38.0#5110

Open
dependabot[bot] wants to merge 1 commit into
develop/6from
dependabot/go_modules/develop/6/golang.org/x/crypto-0.38.0
Open

Bump golang.org/x/crypto from 0.33.0 to 0.38.0#5110
dependabot[bot] wants to merge 1 commit into
develop/6from
dependabot/go_modules/develop/6/golang.org/x/crypto-0.38.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2025

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.33.0 to 0.38.0.

Commits
  • aae6e61 go.mod: update golang.org/x dependencies
  • 9c1aa6a ssh/test: reset the random source before capturing a recording
  • 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
  • 3f311e4 acme: return error from pre-authorization when unsupported
  • 1f7c62c ssh/test: skip unsupported tests on js/wasm
  • a5f8048 acme/autocert: use standard functions to pick the cache directory
  • 958cde8 Revert "chacha20: add loong64 SIMD implementation"
  • 51f005c Revert "salsa20: add loong64 SIMD implementation"
  • 7c35866 Revert "argon2: add loong64 SIMD implementation"
  • 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.38.0.
- [Commits](golang/crypto@v0.33.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2025
@chavakula
chavakula requested a review from Copilot February 26, 2026 05:47

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

This PR updates Go module dependencies, primarily bumping golang.org/x/crypto to a newer release, and refreshes related golang.org/x/* entries as a result of module resolution.

Changes:

  • Bump golang.org/x/crypto from v0.33.0 to v0.38.0.
  • Update related golang.org/x/* dependencies (x/sys, and indirect x/term, x/text) and corresponding go.sum entries.
  • Update the module go directive to go 1.23.0.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
go.mod Bumps golang.org/x/crypto and related golang.org/x/* deps; updates the module Go version directive.
go.sum Updates checksums to reflect the new resolved versions of golang.org/x/* modules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
Comment on lines +3 to 5
go 1.23.0

toolchain go1.23.4

Copilot AI Feb 26, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title/description indicate only a golang.org/x/crypto bump, but this change also updates the module Go version (go directive) to 1.23.0. Please either (a) keep the go directive unchanged in this PR, or (b) update the PR title/description to reflect the Go language/toolchain requirement change and ensure downstream build/CI expectations are aligned.

Copilot uses AI. Check for mistakes.
Comment thread go.mod
Comment on lines +66 to 70
golang.org/x/crypto v0.38.0
golang.org/x/mod v0.17.0
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0
golang.org/x/sys v0.33.0
golang.org/x/time v0.9.0

Copilot AI Feb 26, 2026

Copy link

Choose a reason for hiding this comment

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

This dependency update PR also bumps additional golang.org/x/* modules (e.g., x/sys and indirect x/term, x/text). If those updates are required as part of the x/crypto bump, it would help to mention them explicitly in the PR description; otherwise, consider limiting the scope to just x/crypto to reduce review/rollback surface area.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant