Modify Circle config to use Go 1.14 (#7980)

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
pull/7996/head
Josh Dolitsky 4 years ago committed by GitHub
parent 9ced0165ab
commit 78d57d3d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/helm.sh/helm
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
environment:
GOCACHE: "/tmp/go/cache"

Loading…
Cancel
Save