From 3d5244bb6af54dc008e702eb0e6fb19a7964e190 Mon Sep 17 00:00:00 2001 From: Federico Kunze Date: Fri, 20 Nov 2020 19:16:40 +0100 Subject: [PATCH] build: require go 1.15+ --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d951bde62..85df9b557 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 4c3b680f6..5faaa4b02 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