Build with go1.14 (#5719)

This commit is contained in:
Alessio Treglia 2020-02-28 12:26:11 +00:00 committed by GitHub
parent 0b7449129a
commit 66f8e35b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: 2.1
executors: executors:
golang: golang:
docker: docker:
- image: circleci/golang:1.13 - image: circleci/golang:1.14
docs: docs:
docker: docker:
- image: tendermintdev/docker-website-deployment - image: tendermintdev/docker-website-deployment

View File

@ -46,6 +46,7 @@ balances or a single balance by denom when the `denom` query parameter is presen
### API Breaking Changes ### API Breaking Changes
* [\#5719](https://github.com/cosmos/cosmos-sdk/pull/5719) Bump Go requirement to 1.14+
* (x/params) [\#5619](https://github.com/cosmos/cosmos-sdk/pull/5619) The `x/params` keeper now accepts a `codec.Marshaller` instead of * (x/params) [\#5619](https://github.com/cosmos/cosmos-sdk/pull/5619) The `x/params` keeper now accepts a `codec.Marshaller` instead of
a reference to an amino codec. Amino is still used for JSON serialization. a reference to an amino codec. Amino is still used for JSON serialization.
* (types) [\#5579](https://github.com/cosmos/cosmos-sdk/pull/5579) The `keepRecent` field has been removed from the `PruningOptions` type. * (types) [\#5579](https://github.com/cosmos/cosmos-sdk/pull/5579) The `keepRecent` field has been removed from the `PruningOptions` type.

View File

@ -22,7 +22,7 @@ It is being used to build [`Gaia`](https://github.com/cosmos/gaia), the first im
**WARNING**: The SDK has mostly stabilized, but we are still making some **WARNING**: The SDK has mostly stabilized, but we are still making some
breaking changes. breaking changes.
**Note**: Requires [Go 1.13+](https://golang.org/dl/) **Note**: Requires [Go 1.14+](https://golang.org/dl/)
## Quick Start ## Quick Start

2
go.mod
View File

@ -35,4 +35,4 @@ require (
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.1 replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.1
go 1.13 go 1.14