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.23.6
7
+ - Golang version >= 1.23.9
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.23.6
26
+ - [ Go] ( https://golang.org/doc/install ) version >= 1.23.9
27
27
- [ gcc] ( https://gcc.gnu.org/ )
28
28
- g++
29
29
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module github.com/ava-labs/avalanchego
7
7
//
8
8
// - If updating between minor versions (e.g. 1.23.x -> 1.24.x):
9
9
// - Consider updating the version of golangci-lint (in scripts/lint.sh).
10
- go 1.23.6
10
+ go 1.23.9
11
11
12
12
require (
13
13
github.com/DataDog/zstd v1.5.2
You can’t perform that action at this time.
0 commit comments