Skip to content

Commit c9ef680

Browse files
zramsayjackzampolin
authored andcommitted
Fix $GOVERSION in Mac tests (#3173)
1 parent 14ebc65 commit c9ef680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ defaults: &linux_defaults
66
- image: circleci/golang:1.11.4
77
environment:
88
GOBIN: /tmp/workspace/bin
9-
GO_VERSION: "1.11.4"
109

1110

1211
############
@@ -18,6 +17,7 @@ macos_config: &macos_defaults
1817
xcode: "10.1.0"
1918
working_directory: /Users/distiller/project/src/github.com/cosmos/cosmos-sdk
2019
environment:
20+
GO_VERSION: "1.11.4"
2121

2222
set_macos_env: &macos_env
2323
run:

0 commit comments

Comments
 (0)