mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
ci: update Rust version for build-geth workflow (#1131)
This commit is contained in:
parent
748fb82899
commit
4797ee9565
1 changed files with 1 additions and 1 deletions
2
.github/workflows/l2geth_ci.yml
vendored
2
.github/workflows/l2geth_ci.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2022-12-10
|
toolchain: nightly-2023-12-03
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue