Merge pull request #248 from CosmWasm/mod-update-go
Update required go version to v1.14 in go.mod
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user