Merge pull request #248 from CosmWasm/mod-update-go

Update required go version to v1.14 in go.mod
This commit is contained in:
Ethan Frey
2020-08-09 20:38:28 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/CosmWasm/wasmd
go 1.13
go 1.14
require (
github.com/CosmWasm/go-cosmwasm v0.10.0