bump go to 1.11 (#376)

In go 1.11, the code formatter seems to have changed its formatting rule a bit, that resulted in `make fmt` producing changes introduced in this commit/pr.
This commit is contained in:
KUOKA Yusuke 2018-09-28 10:48:07 +09:00 committed by GitHub
parent f23a43c80c
commit 6f0dc6e069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.10.1
- image: circleci/golang:1.11.0
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout
@ -16,7 +16,7 @@ jobs:
test:
docker:
- image: circleci/golang:1.10.1
- image: circleci/golang:1.11.0
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout
@ -72,7 +72,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.10.1
- image: circleci/golang:1.11.0
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout