Skip to content

Commit

Permalink
arbitrator ci: update SW versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Mar 15, 2024
1 parent c6e264b commit 714ca9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Install custom go-ethereum
run: |
Expand All @@ -72,6 +72,7 @@ jobs:
- name: Install rust stable
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.75"
components: 'llvm-tools-preview, rustfmt'

- name: Install rust nightly
Expand Down

0 comments on commit 714ca9d

Please sign in to comment.