chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0 in /backend/nvms in the go_modules group across 1 directory#311
Conversation
Bumps the go_modules group with 1 update in the /backend/nvms directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0 - [Commits](golang/crypto@v0.48.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
|
| go 1.24.0 | ||
|
|
||
| toolchain go1.24.3 | ||
| go 1.25.0 |
There was a problem hiding this comment.
SUGGESTION: Verify CI provisions Go >= 1.25 now that the toolchain go1.24.3 pin was removed.
The diff bumps the go directive to 1.25.0 and drops the toolchain go1.24.3 directive. Without a toolchain pin, builds now depend on whatever Go is installed in CI/runner (must be >= 1.25.0). This aligns with the repo's contractual Go 1.25+ baseline, but please confirm the CI matrix for backend/nvms actually installs Go 1.25, and that sibling modules (e.g. backend/byteport) use a consistent Go version to avoid drift across the polyrepo.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Approve with notes (mergeable) Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (2 files)
NotesThis is a Dependabot dependency bump scoped to Reviewed by hy3-20260706:free · Input: 58.5K · Output: 4.8K · Cached: 175.7K |
|
Superseded by #312. |



Bumps the go_modules group with 1 update in the /backend/nvms directory: golang.org/x/crypto.
Updates
golang.org/x/cryptofrom 0.48.0 to 0.52.0Commits
a1c0d99go.mod: update golang.org/x dependencies3c7c869ssh: fix deadlock on unexpected channel responses533fb3fssh: fix source-address critical option bypassabbc44dssh: fix incorrect operator ordere052873ssh: fix infinite loop on large channel writes due to integer overflowb61cf85ssh: enforce user presence verification for security keys9c2cd33ssh: enforce strict limits on DSA key parameters8907318ssh: reject RSA keys with excessively large moduliffd87b4ssh: fix panic when authority callbacks are nil4e7a738ssh: fix deadlock on unexpected global responsesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Bump
golang.org/x/cryptoto v0.52.0 in backend/nvmsUpdates go.mod to bring in
golang.org/x/cryptov0.52.0 andgolang.org/x/sysv0.45.0 as indirect dependencies. Also upgrades the required Go version from 1.24.0 to 1.25.0 and removes the pinnedtoolchain go1.24.3directive.Macroscope summarized 4a44a80.