Skip to content

chore(deps): bump golang.org/x/crypto to v0.52.0#227

Closed
kparkinson-ld wants to merge 3 commits into
mainfrom
devin/1783987944-bump-x-crypto
Closed

chore(deps): bump golang.org/x/crypto to v0.52.0#227
kparkinson-ld wants to merge 3 commits into
mainfrom
devin/1783987944-bump-x-crypto

Conversation

@kparkinson-ld

Copy link
Copy Markdown
Contributor

Summary

Remediates the open CRITICAL Dependabot alert for golang.org/x/crypto by bumping it from v0.45.0v0.52.0 (the minimum patched version).

golang.org/x/crypto v0.52.0 requires Go >= 1.25, so the module go directive is bumped 1.24.01.25.0. CI resolves its Go version from go-version-file: go.mod, and the Dockerfile uses golang:alpine (unpinned), so no other version pins needed changing.

Transitive deps pulled up by go mod tidy: golang.org/x/sys v0.38.0 → v0.45.0, golang.org/x/text v0.31.0 → v0.37.0. The vendor/ tree was regenerated via go mod vendor (accounts for the large diff).

Verified with go build ./..., go vet ./..., and GONFALON_MODE=test go test ./... (all pass), plus the repo's golangci-lint pre-commit hook.

Link to Devin session: https://app.devin.ai/sessions/06c2bdbde5ff4cc1b83896749c2db1d6
Requested by: @kparkinson-ld

@kparkinson-ld kparkinson-ld self-assigned this Jul 14, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr PRs created by Devin label Jul 14, 2026
@devin-ai-integration
devin-ai-integration Bot requested review from a team July 14, 2026 01:26
@kparkinson-ld
kparkinson-ld marked this pull request as ready for review July 16, 2026 05:50
@pkaeding

Copy link
Copy Markdown
Contributor

fixed in another pr

@pkaeding pkaeding closed this Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PRs created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants