From e8df9c8af084dc33d6147a0408fa3cdedb3968ca Mon Sep 17 00:00:00 2001 From: Adam Reese <adam@reese.io> Date: Tue, 4 Oct 2016 10:03:25 -0700 Subject: [PATCH] chore(ci): go1.7.1 closes #1267 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 282e30e63..dc4366df0 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.7" + GOVERSION: "1.7.1" GOPATH: "${HOME}/.go_workspace" WORKDIR: "${GOPATH}/src/k8s.io/helm" PROJECT_NAME: "kubernetes-helm" -- GitLab