Fix $GOVERSION in Mac tests (#3173)
This commit is contained in:
parent
14ebc65daf
commit
c9ef680f67
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user