chore: bump go and dependencies for v1-dev#2517
Open
fseldow wants to merge 5 commits into
Open
Conversation
Signed-off-by: Xinhe Li <xinhl@microsoft.com>
Signed-off-by: Xinhe Li <xinhl@microsoft.com>
- go.opentelemetry.io/otel/sdk v1.38.0 → v1.40.0 (GO-2026-4394) - github.com/theupdateframework/go-tuf/v2 v2.2.0 → v2.4.1 (GO-2026-4377, GO-2026-4349, GO-2026-4348) - github.com/sigstore/sigstore v1.9.6 → v1.10.4 (GO-2026-4358) - github.com/sigstore/rekor v1.4.2 → v1.5.0 (GO-2026-4355, GO-2026-4354) - github.com/sigstore/fulcio v1.7.1 → v1.8.5 (GO-2026-4311, GO-2025-4193) - github.com/sigstore/cosign/v2 v2.6.1 → v2.6.2 (GO-2026-4309) Remaining unfixed: GO-2026-4529 (cosign, no fix), GO-2025-4192 (timestamp-authority, no fix) Signed-off-by: Xinhe Li <xinhl@microsoft.com>
- github.com/docker/cli v29.0.3 → v29.2.0 (CVE-2025-15558) - go.opentelemetry.io/otel v1.40.0 → v1.43.0 (CVE-2026-29181) - go.opentelemetry.io/otel/sdk v1.40.0 → v1.43.0 (CVE-2026-39883) - go 1.26.0 → 1.26.3 (CVE-2026-33811, CVE-2026-33814, CVE-2026-39820, CVE-2026-39836, CVE-2026-42499) - Dockerfile golang:1.26.2 → 1.26.3 Signed-off-by: Xinhe Li <xinhl@microsoft.com>
- github.com/go-jose/go-jose/v4 v4.1.3 → v4.1.4 (CVE-2026-34986) - github.com/go-jose/go-jose/v3 v3.0.4 → v3.0.5 (CVE-2026-34986) - google.golang.org/grpc v1.78.0 → v1.79.3 (CVE-2026-33186, CRITICAL) Signed-off-by: Xinhe Li <xinhl@microsoft.com>
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.
What this PR does
Bumps Go version and dependencies for the v1-dev branch to align with release-1.4.
Changes:
Why
CI workflows on v1-dev were pinned to older Go and tool versions. This brings them in line with the release-1.4 bump (#2507).
Signed-off-by: Xinhe Li xinhl@microsoft.com