From 050fcb7dbb72768249ae254ee0af313fd2df80f7 Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Wed, 13 Jan 2016 18:25:20 -0800 Subject: [PATCH] Upgrade CI to go 1.5.3 Go 1.5.0 has some stack pointer bugs. This may have been causing some CI failures. Upgrade to a newer version. Signed-off-by: Aaron Lehmann --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index e275b2e18..e1995d4b9 100644 --- a/circle.yml +++ b/circle.yml @@ -11,7 +11,7 @@ machine: post: # go - - gvm install go1.5 --prefer-binary --name=stable + - gvm install go1.5.3 --prefer-binary --name=stable environment: # Convenient shortcuts to "common" locations