From caa56702eeb270ecfa57faadd46109f4047d7398 Mon Sep 17 00:00:00 2001 From: Max Forbes Date: Fri, 20 Mar 2015 14:33:22 -0700 Subject: [PATCH] Revert back to Go 1.4.1 --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 29732b05a6..e95532d1a9 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/GoogleCloudPlatform/kubernetes", - "GoVersion": "go1.3", + "GoVersion": "go1.4.1", "Packages": [ "./..." ],