Merge pull request #6392 from karuppiah7890/update-go

update go to v1.13
This commit is contained in:
Matt Farina 2019-09-11 15:57:10 -04:00 committed by GitHub
commit 2c87d89a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
working_directory: /go/src/helm.sh/helm
parallelism: 3
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
- GOCACHE: "/tmp/go/cache"