Skip to content

build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0 - #1245

Closed
madhavilosetty-intel wants to merge 2 commits into
chore/go-1.26-xcrypto-0.56from
chore/xcrypto-0.56
Closed

build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0#1245
madhavilosetty-intel wants to merge 2 commits into
chore/go-1.26-xcrypto-0.56from
chore/xcrypto-0.56

Conversation

@madhavilosetty-intel

Copy link
Copy Markdown
Contributor

Summary

Bumps golang.org/x/crypto 0.55.0 -> 0.56.0 to clear two Trivy findings.

Why

  • CVE-2026-56855 and CVE-2026-78662 in x/crypto v0.55.0, both fixed in v0.56.0.
  • v0.56.0 requires Go >= 1.26, so this is stacked on build: bump Go to 1.27 #1244 (Go 1.27 baseline) and should merge after it.

Changes

  • go.mod / go.sum: x/crypto v0.55.0 -> v0.56.0 (only)

Verified on Go 1.27: go build ./..., go test ./config/... pass.

Move the module directive and CI to Go 1.27, aligning with the Docker
image which already builds on golang:1.27-alpine.

- go.mod: go 1.25.0 -> 1.27.0
- .github/workflows/ci.yml: test matrix 1.25.x -> 1.27.x
- .github/workflows/release.yml: license-scan step 1.25.1 -> 1.27.x
- README.md / CLAUDE.md / copilot-instructions.md: Go version note -> 1.27+

Baseline for the follow-up golang.org/x/crypto 0.56.0 CVE fix (which
requires Go >= 1.26). Verified on Go 1.27: build, vet, go test ./config/ pass.
Fixes Trivy findings CVE-2026-56855 and CVE-2026-78662, both fixed in
golang.org/x/crypto v0.56.0. Requires Go >= 1.26 (stacked on the Go 1.27
baseline PR).
@madhavilosetty-intel
madhavilosetty-intel requested a review from a team as a code owner September 3, 2026 16:53
@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.71%. Comparing base (a710855) to head (0b2d88b).

Additional details and impacted files
@@                     Coverage Diff                     @@
##           chore/go-1.26-xcrypto-0.56    #1245   +/-   ##
===========================================================
  Coverage                       56.71%   56.71%           
===========================================================
  Files                             149      149           
  Lines                           12154    12154           
===========================================================
  Hits                             6893     6893           
  Misses                           5260     5260           
  Partials                            1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@madhavilosetty-intel
madhavilosetty-intel deleted the chore/xcrypto-0.56 branch September 3, 2026 17:03
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.

2 participants