Merge pull request #120 from roboll/fix-release

Fix failing automated release
This commit is contained in:
KUOKA Yusuke 2018-04-26 19:51:14 +09:00 committed by GitHub
commit ae2777f6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.7
- image: circleci/golang:1.10
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout