From ee5454739db310648272b394dc70d9b49aa70051 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 12 Dec 2016 10:12:45 -0800 Subject: [PATCH] chore(*): bump go1.7.4 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 33120b0d6..a8fc8a1a3 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.3" + GOVERSION: "1.7.4" GOPATH: "${HOME}/.go_workspace" WORKDIR: "${GOPATH}/src/k8s.io/helm" PROJECT_NAME: "kubernetes-helm"