This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/checkout@v4
39
39
- uses : dtolnay/rust-toolchain@master
40
40
with :
41
- toolchain : nightly-2022 -12-10
41
+ toolchain : nightly-2023 -12-03
42
42
components : rustfmt
43
43
- name : Cargo cache
44
44
uses : Swatinem/rust-cache@v2
59
59
- uses : actions/checkout@v4
60
60
- uses : dtolnay/rust-toolchain@master
61
61
with :
62
- toolchain : nightly-2022 -12-10
62
+ toolchain : nightly-2023 -12-03
63
63
components : clippy
64
64
- name : Cargo cache
65
65
uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
- run : git config --system --add safe.directory /__w/scroll-prover/scroll-prover
49
49
- uses : dtolnay/rust-toolchain@master
50
50
with :
51
- toolchain : nightly-2022 -12-10
51
+ toolchain : nightly-2023 -12-03
52
52
- name : Cargo cache
53
53
uses : Swatinem/rust-cache@v2
54
54
- name : Setup golang
55
55
uses : actions/setup-go@v3
56
56
with :
57
57
cache : false
58
- go-version : ~1.19
58
+ go-version : ~1.21
59
59
# Go cache for building geth-utils
60
60
- name : Go cache
61
61
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments