From 8932ab11613e4e0501598b965de0b50c652f7d05 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 19 Jul 2016 14:17:58 -0700 Subject: [PATCH] chore(ci): bump go to 1.6.3 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1c40610fb..09db231ba 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ machine: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 environment: - GOVERSION: "1.6.2" + GOVERSION: "1.6.3" GOPATH: "${HOME}/.go_workspace" WORKDIR: "${GOPATH}/src/k8s.io/helm"