Skip to content

Commit

Permalink
Merge pull request #248 from CosmWasm/mod-update-go
Browse files Browse the repository at this point in the history
Update required go version to v1.14 in go.mod
  • Loading branch information
ethanfrey authored Aug 9, 2020
2 parents 3a9bd38 + cd3e318 commit 70a1dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/CosmWasm/wasmd

go 1.13
go 1.14

require (
github.com/CosmWasm/go-cosmwasm v0.10.0
Expand Down

0 comments on commit 70a1dba

Please sign in to comment.