chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.50.0#548
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.50.0#548dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.48.0 to 0.50.0. - [Commits](golang/crypto@v0.48.0...v0.50.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="go.mod">
<violation number="1" location="go.mod:3">
P1: This change raises the minimum required Go version to 1.25, which can break builds in environments still pinned to Go 1.24.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| go 1.24.0 | ||
|
|
||
| toolchain go1.24.4 | ||
| go 1.25.0 |
There was a problem hiding this comment.
P1: This change raises the minimum required Go version to 1.25, which can break builds in environments still pinned to Go 1.24.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At go.mod, line 3:
<comment>This change raises the minimum required Go version to 1.25, which can break builds in environments still pinned to Go 1.24.</comment>
<file context>
@@ -1,8 +1,6 @@
-go 1.24.0
-
-toolchain go1.24.4
+go 1.25.0
require (
</file context>
Suggested change
| go 1.25.0 | |
| go 1.24.0 |
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 0.48.0 to 0.50.0.
Commits
03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength982eaa6go.mod: update golang.org/x dependencies159944fssh,acme: clean up tautological/impossible nil conditionsa408498acme: only require prompt if server has terms of servicecab0f71all: upgrade go directive to at least 1.25.0 [generated]2f26647x509roots/fallback: update bundleDependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
golang.org/x/cryptoto v0.50.0 and bump the module to Go 1.25 to stay current and align with upstream. Also updates relatedgolang.org/x/*modules.Dependencies
golang.org/x/crypto0.48.0 → 0.50.0golang.org/x/modv0.34.0,x/netv0.52.0,x/syncv0.20.0,x/sysv0.43.0,x/textv0.36.0,x/toolsv0.43.0Migration
Written for commit ee43f7d. Summary will update on new commits.