Skip to content

Commit c10812b

Browse files
authored
Update go version to 1.21.10 (#3004)
1 parent 759df8e commit c10812b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To start developing on AvalancheGo, you'll need a few things installed.
66

7-
- Golang version >= 1.21.9
7+
- Golang version >= 1.21.10
88
- gcc
99
- g++
1010

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The minimum recommended hardware specification for nodes connected to Mainnet is
2323

2424
If you plan to build AvalancheGo from source, you will also need the following software:
2525

26-
- [Go](https://golang.org/doc/install) version >= 1.21.9
26+
- [Go](https://golang.org/doc/install) version >= 1.21.10
2727
- [gcc](https://gcc.gnu.org/)
2828
- g++
2929

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module github.com/ava-labs/avalanchego
44
// CONTRIBUTING.md
55
// README.md
66
// go.mod (here)
7-
go 1.21.9
7+
go 1.21.10
88

99
require (
1010
github.com/DataDog/zstd v1.5.2

0 commit comments

Comments
 (0)