From 8f0df0f2bc273391d746d1a6b393fd285052c49f Mon Sep 17 00:00:00 2001 From: fala13 Date: Mon, 23 Sep 2024 00:47:53 +0200 Subject: [PATCH] Update running-a-scroll-node.mdx Currently exactly go 1.21 is required. Compilation fails with 1.23 and 1.20. --- src/content/docs/en/developers/guides/running-a-scroll-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index be5d413f5..a060c05f5 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -49,7 +49,7 @@ You will need access to a fully-synced **Ethereum Mainnet** or **Ethereum Sepoli $ cd l2geth-source $ git checkout VERSION ``` -2. Ensure that you are using version 1.20 of `go`. +2. Ensure that you are using version 1.21 of `go`. 3. Install the gcc compiler: `sudo apt install build-essential`. 4. Build `l2geth`: `make nccc_geth`. The binary is now in `build/bin/geth`. 5. Define a command alias: `alias l2geth=./build/bin/geth`.