Skip to content

Commit

Permalink
Fix $GOVERSION in Mac tests (cosmos#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay authored and jackzampolin committed Dec 19, 2018
1 parent 14ebc65 commit c9ef680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ defaults: &linux_defaults
- image: circleci/golang:1.11.4
environment:
GOBIN: /tmp/workspace/bin
GO_VERSION: "1.11.4"


############
Expand All @@ -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:
Expand Down

0 comments on commit c9ef680

Please sign in to comment.