Bump Go to 1.26.7, gRPC v1.82.1 and K8s to v0.36.4 - #1340
Merged
kubernetes-prow[bot] merged 5 commits intoAug 23, 2026
Conversation
make gomod tidies the test module, but verification listed the
nonexistent tests/e2e/go.{mod,sum} paths. Watch test/go.mod and
test/go.sum instead, and pass -- before git pathspecs.
kubernetes-prow
Bot
requested review from
SergeyKanzhelev,
ameukam,
rifelpet and
wangzhen127
August 23, 2026 11:56
Member
Author
|
@ameukam this should also be ready now. I had to restart it to force a GH workflow to start. |
Member
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Bump Go, golang.org/x, Kubernetes client modules, and gRPC. Also fix
hack/verify-gomod.shso it watches the real test module.Changes
1.26.5→1.26.7(go.mod,test/go.mod, Dockerfiles)golang.org/x/*(sysv0.47.0,cryptov0.55.0,netv0.58.0,syncv0.22.0,termv0.45.0,textv0.41.0,toolsv0.49.0)k8s.io/{api,apimachinery,client-go,component-base}aligned to this branch's Kubernetes versiongoogle.golang.org/grpc→v1.82.1(CVE fixes)hack/verify-gomod.sh: watchtest/go.mod/test/go.suminstead of nonexistenttests/e2e/go.{mod,sum}/cc @SergeyKanzhelev @wangzhen127 @ameukam @rifelpet