diff --git a/prow-jobs/tikv/raft-engine/presubmits.yaml b/prow-jobs/tikv/raft-engine/presubmits.yaml index 563a91c57b..789e872679 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.1 + image: rust:1.97.1 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.1 + image: rust:1.97.1 command: ["/bin/sh", "-c"] env: - name: WITH_STABLE_TOOLCHAIN