mesos / mesos_exporter

Prometheus Mesos Exporter
Apache License 2.0
104 stars 61 forks source link

Broken travis.ci tests. #80

Closed jpeach closed 6 years ago

jpeach commented 6 years ago

All the travis.ci builds (Go 1.6 - 1.8) fail with the following error:

>> vetting code
# honnef.co/go/tools/lint/lintutil
../../../honnef.co/go/tools/lint/lintutil/util.go:273: undefined: types.SizesFor
make: *** [/home/travis/gopath/bin/staticcheck] Error 2
jpeach commented 6 years ago

Go 1.9 and 1.0 versions work correctly.

@philipnrmn @gkleiman @StephanErb I propose we just drop the older Go version from the Travis config.

gkleiman commented 6 years ago

SGTM