chore(circle): bump go to 1.12

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5382/head
Matthew Fisher 7 years ago
parent c817b81125
commit c04ed57f00
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -4,7 +4,7 @@ jobs:
working_directory: /go/src/k8s.io/helm working_directory: /go/src/k8s.io/helm
parallelism: 3 parallelism: 3
docker: docker:
- image: circleci/golang:1.11.5 - image: circleci/golang:1.12
environment: environment:
- PROJECT_NAME: "kubernetes-helm" - PROJECT_NAME: "kubernetes-helm"
- GOCACHE: "/tmp/go/cache" - GOCACHE: "/tmp/go/cache"

Loading…
Cancel
Save