From c9ef680f67dfc67c0929d882da126d73726dca19 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 19 Dec 2018 17:00:56 -0500 Subject: [PATCH] Fix $GOVERSION in Mac tests (#3173) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b037d5b3b3..fa3b7d8b31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,6 @@ defaults: &linux_defaults - image: circleci/golang:1.11.4 environment: GOBIN: /tmp/workspace/bin - GO_VERSION: "1.11.4" ############ @@ -18,6 +17,7 @@ macos_config: &macos_defaults xcode: "10.1.0" working_directory: /Users/distiller/project/src/github.com/cosmos/cosmos-sdk environment: + GO_VERSION: "1.11.4" set_macos_env: &macos_env run: