Closed
Description
When I run make test
, it's failing again
$ make test
go get github.com/mattn/goveralls
go get github.com/modocache/gover
go get github.com/Masterminds/glide
go get github.com/sgotti/glide-vc
go get github.com/golang/lint/golint
./script/check-vendor.sh
Checking for nested vendor dirs
OK
Checking if vendor was cleaned using glide-vc.
OK
./script/check-gofmt.sh
gofmt OK
go vet ./pkg/... ./cmd/... .
pkg/transformer/utils.go:216: github.com/kubernetes-incubator/kompose/pkg/utils/docker.Build composite literal uses unkeyed fields
pkg/transformer/utils.go:243: github.com/kubernetes-incubator/kompose/pkg/utils/docker.Push composite literal uses unkeyed fields
exit status 1
Makefile:75: recipe for target 'vet' failed
make: *** [vet] Error 1
Metadata
Assignees
Labels
No labels
Activity
cdrage commentedon Jun 20, 2017
#660 fixes this :)
cdrage commentedon Jun 20, 2017
Fixed!