Skip to content

Commit 8f0df0f

Browse files
authored
Update running-a-scroll-node.mdx
Currently exactly go 1.21 is required. Compilation fails with 1.23 and 1.20.
1 parent 86878a6 commit 8f0df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You will need access to a fully-synced **Ethereum Mainnet** or **Ethereum Sepoli
4949
$ cd l2geth-source
5050
$ git checkout VERSION
5151
```
52-
2. Ensure that you are using version 1.20 of `go`.
52+
2. Ensure that you are using version 1.21 of `go`.
5353
3. Install the gcc compiler: `sudo apt install build-essential`.
5454
4. Build `l2geth`: `make nccc_geth`. The binary is now in `build/bin/geth`.
5555
5. Define a command alias: `alias l2geth=./build/bin/geth`.

0 commit comments

Comments
 (0)