mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
docs: align Go version in README and CONTRIBUTING with go.mod (1.26.3)
README badge and prerequisites listed Go 1.21.12 / 1.23.9 in different places, but go.mod requires Go 1.26.3. Bring the docs in sync so new contributors install a toolchain that can actually build the node.
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to Lux Node! This document provides
|
|||||||
|
|
||||||
To start developing on Lux Node, you'll need a few things installed.
|
To start developing on Lux Node, you'll need a few things installed.
|
||||||
|
|
||||||
- Golang version >= 1.23.9
|
- Golang version >= 1.26.3
|
||||||
- gcc
|
- gcc
|
||||||
- g++
|
- g++
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ We are committed to fostering a welcoming and inclusive community. Please be res
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Go 1.21.12 or higher
|
- Go 1.26.3 or higher
|
||||||
- Git
|
- Git
|
||||||
- Make
|
- Make
|
||||||
- GCC/G++ compiler
|
- GCC/G++ compiler
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
[](https://github.com/luxfi/node/actions)
|
[](https://github.com/luxfi/node/actions)
|
||||||
[](https://golang.org/)
|
[](https://golang.org/)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
Node implementation for the [Lux](https://lux.network) network -
|
Node implementation for the [Lux](https://lux.network) network -
|
||||||
@@ -38,7 +38,7 @@ The minimum recommended hardware specification for nodes connected to Mainnet is
|
|||||||
|
|
||||||
If you plan to build Lux Node from source, you will also need the following software:
|
If you plan to build Lux Node from source, you will also need the following software:
|
||||||
|
|
||||||
- [Go](https://golang.org/doc/install) version >= 1.23.9
|
- [Go](https://golang.org/doc/install) version >= 1.26.3
|
||||||
- [gcc](https://gcc.gnu.org/)
|
- [gcc](https://gcc.gnu.org/)
|
||||||
- g++
|
- g++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user