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:
parent
f23a43c80c
commit
6f0dc6e069
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue