Skip to content

Commit 70a1dba

Browse files
authoredAug 9, 2020
Merge pull request #248 from CosmWasm/mod-update-go
Update required go version to v1.14 in go.mod
2 parents 3a9bd38 + cd3e318 commit 70a1dba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
golang:
55
docker:
6-
- image: circleci/golang:1.13
6+
- image: circleci/golang:1.14
77
working_directory: /go/src/github.com/cosmwasm/wasmd
88

99
commands:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This code was forked from the `cosmos/gaia` repository as a basis and then we ad
1313
many gaia-specific files. However, the `wasmd` binary should function just like `gaiad` except for the
1414
addition of the `x/wasm` module.
1515

16-
**Note**: Requires [Go 1.13+](https://golang.org/dl/)
16+
**Note**: Requires [Go 1.14+](https://golang.org/dl/)
1717

1818
## Supported Systems
1919

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/CosmWasm/wasmd
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/CosmWasm/go-cosmwasm v0.10.0

0 commit comments

Comments
 (0)
Please sign in to comment.