Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go to 1.12.5 #4343

Merged
merged 2 commits into from
May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &linux_defaults
working_directory: /go/src/github.com/cosmos/cosmos-sdk
docker:
- image: circleci/golang:1.12.4
- image: circleci/golang:1.12.5


############
Expand All @@ -15,7 +15,7 @@ macos_config: &macos_defaults
xcode: "10.1.0"
working_directory: /Users/distiller/project/src/github.com/cosmos/cosmos-sdk
environment:
GO_VERSION: "1.12.4"
GO_VERSION: "1.12.5"

set_macos_env: &macos_env
run:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
GOPATH: /home/circleci/.go_workspace/
GOOS: linux
GOARCH: amd64
GO_VERSION: "1.12.4"
GO_VERSION: "1.12.5"
parallelism: 1
steps:
- checkout
Expand Down
1 change: 0 additions & 1 deletion .pending/improvements/gaia/4261-Upgrade-toolcha

This file was deleted.

1 change: 1 addition & 0 deletions .pending/improvements/gaia/4343-Upgrade-toolcha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#4343 Upgrade toolchain to Go 1.12.5.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is being used to build `Gaia`, the first implementation of the Cosmos Hub.
**WARNING**: The SDK has mostly stabilized, but we are still making some
breaking changes.

**Note**: Requires [Go 1.12.4+](https://golang.org/dl/)
**Note**: Requires [Go 1.12+](https://golang.org/dl/)

## Cosmos Hub Mainnet

Expand Down
2 changes: 1 addition & 1 deletion docs/cosmos-hub/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source ~/.bash_profile
```

::: tip
**Go 1.12.4+** is required for the Cosmos SDK.
**Go 1.12+** is required for the Cosmos SDK.
:::

### Install the binaries
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/cn/cosmos-hub/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source ~/.bash_profile
```

::: tip
Cosmos SDK需要安装**Go 1.12.4+**
Cosmos SDK需要安装**Go 1.12+**
:::

### 安装二进制执行程序
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/install_sdk_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
BRANCH=master
REPO=github.com/cosmos/cosmos-sdk

GO_VERSION=1.12.4
GO_VERSION=1.12.5

sudo apt-get update -y
sudo apt-get upgrade -y
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/install_sdk_bsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set BRANCH=master
set REPO=github.com/cosmos/cosmos-sdk

set GO_VERSION=1.12.4
set GO_VERSION=1.12.5

sudo pkg update

Expand Down
2 changes: 1 addition & 1 deletion scripts/install/install_sdk_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BRANCH=master
REPO=github.com/cosmos/cosmos-sdk

GO_VERSION=1.12.4
GO_VERSION=1.12.5

sudo apt-get update -y
sudo apt-get upgrade -y
Expand Down