Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 6cc9905

Browse files
committed
fix ci
1 parent 32baff1 commit 6cc9905

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: dtolnay/rust-toolchain@master
4040
with:
41-
toolchain: nightly-2022-12-10
41+
toolchain: nightly-2023-12-03
4242
components: rustfmt
4343
- name: Cargo cache
4444
uses: Swatinem/rust-cache@v2
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- uses: dtolnay/rust-toolchain@master
6161
with:
62-
toolchain: nightly-2022-12-10
62+
toolchain: nightly-2023-12-03
6363
components: clippy
6464
- name: Cargo cache
6565
uses: Swatinem/rust-cache@v2

.github/workflows/unit_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
- run: git config --system --add safe.directory /__w/scroll-prover/scroll-prover
4949
- uses: dtolnay/rust-toolchain@master
5050
with:
51-
toolchain: nightly-2022-12-10
51+
toolchain: nightly-2023-12-03
5252
- name: Cargo cache
5353
uses: Swatinem/rust-cache@v2
5454
- name: Setup golang
5555
uses: actions/setup-go@v3
5656
with:
5757
cache: false
58-
go-version: ~1.19
58+
go-version: ~1.21
5959
# Go cache for building geth-utils
6060
- name: Go cache
6161
uses: actions/cache@v3

0 commit comments

Comments
 (0)