Merge pull request #1065 from adamreese/feat/go1.7

feat(ci): run tests on go 1.7
pull/1068/head
Adam Reese 8 years ago committed by GitHub
commit e6332c1b67

@ -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.3"
GOVERSION: "1.7"
GOPATH: "${HOME}/.go_workspace"
WORKDIR: "${GOPATH}/src/k8s.io/helm"

Loading…
Cancel
Save