build: require go 1.15+ (#610)

This commit is contained in:
Federico Kunze
2020-11-20 19:31:57 +01:00
committed by GitHub
parent d6b944787a
commit 6f7634138a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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