Modify Circle config to use Go 1.14 (#7980)

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>
pull/8840/head
Josh Dolitsky 6 years ago committed by Matheus Hunsche
parent 6097ed6c1a
commit bce2e7921d

@ -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