We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ebc65 commit c9ef680Copy full SHA for c9ef680
.circleci/config.yml
@@ -6,7 +6,6 @@ defaults: &linux_defaults
6
- image: circleci/golang:1.11.4
7
environment:
8
GOBIN: /tmp/workspace/bin
9
- GO_VERSION: "1.11.4"
10
11
12
############
@@ -18,6 +17,7 @@ macos_config: &macos_defaults
18
17
xcode: "10.1.0"
19
working_directory: /Users/distiller/project/src/github.com/cosmos/cosmos-sdk
20
+ GO_VERSION: "1.11.4"
21
22
set_macos_env: &macos_env
23
run:
0 commit comments