Fix $GOVERSION in Mac tests (#3173)

This commit is contained in:
Zach 2018-12-19 17:00:56 -05:00 committed by Jack Zampolin
parent 14ebc65daf
commit c9ef680f67

View File

@ -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: