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
Closed
build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0#1245madhavilosetty-intel wants to merge 2 commits into
madhavilosetty-intel wants to merge 2 commits into
Conversation
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).
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
madhavilosetty-intel
force-pushed
the
chore/go-1.26-xcrypto-0.56
branch
from
September 3, 2026 17:03
a710855 to
fbb1fc8
Compare
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.
Summary
Bumps
golang.org/x/crypto0.55.0 -> 0.56.0 to clear two Trivy findings.Why
Changes
go.mod/go.sum: x/cryptov0.55.0->v0.56.0(only)Verified on Go 1.27:
go build ./...,go test ./config/...pass.