Skip to content

Commit

Permalink
update golang
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jul 3, 2024
1 parent 574ea8f commit 65e4b04
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.11
- Golang version >= 1.21.12
- 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.11
- [Go](https://golang.org/doc/install) version >= 1.21.12
- [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.11
go 1.21.12

require (
github.com/DataDog/zstd v1.5.2
Expand Down

0 comments on commit 65e4b04

Please sign in to comment.