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:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.10.1
|
- image: circleci/golang:1.11.0
|
||||||
working_directory: /go/src/github.com/roboll/helmfile
|
working_directory: /go/src/github.com/roboll/helmfile
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.10.1
|
- image: circleci/golang:1.11.0
|
||||||
working_directory: /go/src/github.com/roboll/helmfile
|
working_directory: /go/src/github.com/roboll/helmfile
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.10.1
|
- image: circleci/golang:1.11.0
|
||||||
working_directory: /go/src/github.com/roboll/helmfile
|
working_directory: /go/src/github.com/roboll/helmfile
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue