[release-6.6]fix(cve): update Go toolchain to 1.25.12 and bump dependencies - #3428
[release-6.6]fix(cve): update Go toolchain to 1.25.12 and bump dependencies#3428vparfonov wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vparfonov The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Updates the Go toolchain to 1.25.12 (go.mod, Dockerfile, Dockerfile.art)
to resolve 34 standard library vulnerabilities detected by govulncheck.
Updated core toolchain & direct dependencies:
- go: 1.25.0 -> 1.25.12
- github.com/go-logr/logr: v1.4.3 -> v1.4.4
- github.com/klauspost/compress: v1.18.0 -> v1.18.7
- github.com/openshift/api: 20250131155403 -> 20260601143908
- golang.org/x/net: v0.56.0 -> v0.58.0
- golang.org/x/sync: v0.21.0 -> v0.22.0
- golang.org/x/sys: v0.46.0 -> v0.47.0
Updated indirect dependencies:
- github.com/antlr4-go/antlr/v4, github.com/google/cel-go
- github.com/moby/spdystream: v0.5.0 -> v0.5.1
- go.opentelemetry.io/otel/*: v1.40.0 -> v1.45.0
- golang.org/x/{image,mod,oauth2,term,text,tools}
- google.golang.org/{genproto,grpc,protobuf}
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
# Conflicts:
# go.mod
# go.sum
|
@vparfonov: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
🛡️ Security Fix: Upgrade Go Toolchain (1.25.12) & Bump Dependencies
Summary
This PR updates the Go toolchain version to
1.25.12acrossgo.mod,Dockerfile, andDockerfile.art, alongside updating select direct and indirect dependencies. This resolves 34 known Go Security Database advisories identified bygovulncheckin the standard library.📦 Dependency & Builder Updates
Core Toolchain & Direct Dependencies
go.mod)1.25.01.25.12DockerfileBase Imagegolang:1.25golang:1.25.12Dockerfile.artBuilderv1.25.7-...v1.25.12.20260813.141452github.com/go-logr/logrv1.4.3v1.4.4[cite: 2]github.com/klauspost/compressv1.18.0v1.18.7[cite: 2]github.com/openshift/api...20250131155403...20260601143908golang.org/x/netv0.56.0v0.58.0golang.org/x/syncv0.21.0v0.22.0golang.org/x/sysv0.46.0v0.47.0Indirect Dependency Bumps
github.com/antlr4-go/antlr/v4v4.13.0v4.13.1github.com/google/cel-gov0.26.0v0.30.0github.com/moby/spdystreamv0.5.0v0.5.1go.opentelemetry.io/otel(and sub-modules)v1.40.0v1.45.0golang.org/x/imagev0.39.0v0.45.0golang.org/x/modv0.36.0v0.40.0golang.org/x/oauth2v0.34.0v0.36.0golang.org/x/termv0.44.0v0.45.0golang.org/x/textv0.38.0v0.41.0golang.org/x/toolsv0.45.0v0.49.0google.golang.org/grpcv1.79.3v1.82.1google.golang.org/protobufv1.36.10v1.36.11🐛 Resolved Vulnerabilities (34 Total)
/cc @Clee2691
/assign @jcantrill
Links