diff --git a/README.md b/README.md index d951bde6..85df9b55 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ interoperable with Ethereum. It's build using the the [Cosmos SDK](https://githu > **WARNING:** Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested. -**Note**: Requires [Go 1.14+](https://golang.org/dl/) +**Note**: Requires [Go 1.15+](https://golang.org/dl/) ## Quick Start diff --git a/go.mod b/go.mod index b9f8b1b1..df260ddc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cosmos/ethermint -go 1.14 +go 1.15 require ( github.com/aristanetworks/goarista v0.0.0-20200331225509-2cc472e8fbd6 // indirect