Skip to content

Commit

Permalink
Merge branch 'master' into tmpnet-single-node
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 9, 2024
2 parents 9e1bd1e + c10812b commit b97492e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b97492e

Please sign in to comment.