File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
To start developing on AvalancheGo, you'll need a few things installed.
6
6
7
- - Golang version >= 1.21.9
7
+ - Golang version >= 1.21.10
8
8
- gcc
9
9
- g++
10
10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The minimum recommended hardware specification for nodes connected to Mainnet is
23
23
24
24
If you plan to build AvalancheGo from source, you will also need the following software:
25
25
26
- - [ Go] ( https://golang.org/doc/install ) version >= 1.21.9
26
+ - [ Go] ( https://golang.org/doc/install ) version >= 1.21.10
27
27
- [ gcc] ( https://gcc.gnu.org/ )
28
28
- g++
29
29
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module github.com/ava-labs/avalanchego
4
4
// CONTRIBUTING.md
5
5
// README.md
6
6
// go.mod (here)
7
- go 1.21.9
7
+ go 1.21.10
8
8
9
9
require (
10
10
github.com/DataDog/zstd v1.5.2
You can’t perform that action at this time.
0 commit comments