diff --git a/prow-jobs/tikv/raft-engine/presubmits.yaml b/prow-jobs/tikv/raft-engine/presubmits.yaml index 9dac0eb713..cea90d23d0 100644 --- a/prow-jobs/tikv/raft-engine/presubmits.yaml +++ b/prow-jobs/tikv/raft-engine/presubmits.yaml @@ -21,7 +21,7 @@ presubmits: - amd64 containers: - name: rust - image: rust:1.85.0 + image: rust:1.96.0 command: ["/bin/sh", "-c"] env: # Raft-engine lacks Cargo.lock, so we pin a nightly toolchain version here. @@ -70,7 +70,7 @@ presubmits: - amd64 containers: - name: rust - image: rust:1.85.0 + image: rust:1.96.0 command: ["/bin/sh", "-c"] env: - name: WITH_STABLE_TOOLCHAIN