Skip to content

Commit e2765a9

Browse files
Update minimum golang version to v1.23.9 (#3940)
1 parent 22d9587 commit e2765a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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.23.6
7+
- Golang version >= 1.23.9
88
- gcc
99
- g++
1010

README.md

Lines changed: 1 addition & 1 deletion
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.23.6
26+
- [Go](https://golang.org/doc/install) version >= 1.23.9
2727
- [gcc](https://gcc.gnu.org/)
2828
- g++
2929

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module github.com/ava-labs/avalanchego
77
//
88
// - If updating between minor versions (e.g. 1.23.x -> 1.24.x):
99
// - Consider updating the version of golangci-lint (in scripts/lint.sh).
10-
go 1.23.6
10+
go 1.23.9
1111

1212
require (
1313
github.com/DataDog/zstd v1.5.2

0 commit comments

Comments
 (0)