From c10812b8292210df8a8f25b468c7dfec80cfea7a Mon Sep 17 00:00:00 2001 From: marun Date: Wed, 8 May 2024 11:41:19 -0700 Subject: [PATCH] Update go version to 1.21.10 (#3004) --- CONTRIBUTING.md | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56527948c8f..7967e92288c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ To start developing on AvalancheGo, you'll need a few things installed. -- Golang version >= 1.21.9 +- Golang version >= 1.21.10 - gcc - g++ diff --git a/README.md b/README.md index 07a1d88b3a43..222cb6e0cd14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The minimum recommended hardware specification for nodes connected to Mainnet is If you plan to build AvalancheGo from source, you will also need the following software: -- [Go](https://golang.org/doc/install) version >= 1.21.9 +- [Go](https://golang.org/doc/install) version >= 1.21.10 - [gcc](https://gcc.gnu.org/) - g++ diff --git a/go.mod b/go.mod index 173663337957..616d28622b30 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/ava-labs/avalanchego // CONTRIBUTING.md // README.md // go.mod (here) -go 1.21.9 +go 1.21.10 require ( github.com/DataDog/zstd v1.5.2