From 2aa286ee8049057494b04b7b43a0fbeb1e3aad30 Mon Sep 17 00:00:00 2001 From: disksing Date: Tue, 4 Aug 2026 12:59:47 +0800 Subject: [PATCH] chore(prow-jobs): update client-go nextgen base image to go 1.25.12 The master branch upgraded Go to 1.25.12 (tikv/client-go#2036), so the nextgen integration job now fails at bootstrap with 'go.mod requires go >= 1.25.12' because the pinned base image (v2026.4.12-27-g440b0c8) ships Go 1.25.10 and GOTOOLCHAIN is set to local. Update the base image to v2026.7.12-6-gc8582dde-go1.25 which bundles Go 1.25.12. Signed-off-by: disksing --- prow-jobs/tikv/client-go/latest-presubmits-nextgen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow-jobs/tikv/client-go/latest-presubmits-nextgen.yaml b/prow-jobs/tikv/client-go/latest-presubmits-nextgen.yaml index f468869d83..25b7cc245e 100644 --- a/prow-jobs/tikv/client-go/latest-presubmits-nextgen.yaml +++ b/prow-jobs/tikv/client-go/latest-presubmits-nextgen.yaml @@ -125,7 +125,7 @@ presubmits: memory: 4Gi containers: &containers - name: test - image: ghcr.io/pingcap-qe/ci/base:v2026.4.12-27-g440b0c8-go1.25 + image: ghcr.io/pingcap-qe/ci/base:v2026.7.12-6-gc8582dde-go1.25 command: [bash, -ce] env: - name: GOTOOLCHAIN