Skip to content

Commit

Permalink
fixup: Respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 3, 2024
1 parent 528af79 commit 787baa8
Show file tree
Hide file tree
Showing 3 changed files with 6 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 >= the version defined in go.mod
- Golang version >= 1.21.9
- 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) - minimum required version is defined in go.mod
- [Go](https://golang.org/doc/install) version >= 1.21.9
- [gcc](https://gcc.gnu.org/)
- g++

Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module github.com/ava-labs/avalanchego

// The minimum golang version defined here will be reused for CI and image builds.
// Changes to the minimum golang version must also be replicated in
// CONTRIBUTING.md
// README.md
// go.mod (here)
go 1.21.9

require (
Expand Down

0 comments on commit 787baa8

Please sign in to comment.