Merge pull request #9116 from mattfarina/g1.15

Builds with go 1.15
pull/9109/head
Matt Farina 4 years ago committed by GitHub
commit bb68c987da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,8 @@ jobs:
build:
working_directory: ~/helm.sh/helm
docker:
- image: circleci/golang:1.14
- image: circleci/golang:1.15
auth:
username: $DOCKER_USER
password: $DOCKER_PASS

Loading…
Cancel
Save