From 07e7901f078f4542b68847214d65eef3ec2e12be Mon Sep 17 00:00:00 2001 From: orkunkl Date: Fri, 7 Aug 2020 11:43:20 +0300 Subject: [PATCH 1/3] Update required go version go v1.14 in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1d89b5b8bfd..cac8c791434 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/CosmWasm/wasmd -go 1.13 +go 1.14 require ( github.com/CosmWasm/go-cosmwasm v0.10.0 From 88d42272c93f242d84082752eeaf6f3c1fef70fb Mon Sep 17 00:00:00 2001 From: orkunkl Date: Fri, 7 Aug 2020 18:16:32 +0300 Subject: [PATCH 2/3] Update go version for circle CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ff90b8d813..7156f72f72f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: golang: docker: - - image: circleci/golang:1.13 + - image: circleci/golang:1.14 working_directory: /go/src/github.com/cosmwasm/wasmd commands: From cd3e3180ad4ba762afd84ec32eab273a894a1d77 Mon Sep 17 00:00:00 2001 From: orkunkl Date: Sun, 9 Aug 2020 17:03:29 +0300 Subject: [PATCH 3/3] Update go version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20cc1d789b0..df4baec1acc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This code was forked from the `cosmos/gaia` repository as a basis and then we ad many gaia-specific files. However, the `wasmd` binary should function just like `gaiad` except for the addition of the `x/wasm` module. -**Note**: Requires [Go 1.13+](https://golang.org/dl/) +**Note**: Requires [Go 1.14+](https://golang.org/dl/) ## Supported Systems