check_docker
check_docker copied to clipboard
Doesn't build with go 1.3 or 1.6 on Debian 8.3
I tried to build check_docker with go 1.3 standard Debian wheezy package installed and it failed. I downloaded and installed go 1.6 from golang.org and got the same result, as below.
$ go get github.com/newrelic/check_docker
# github.com/newrelic/check_docker
src/github.com/newrelic/check_docker/check_docker.go:68: cannot assign *docker.DockerInfo to cd.dockerInfoData (type *docker.Env) in multiple assignment
The line is part of the 5 Feb 2015 refactor and there are binary downloads after that, so clearly it (used to) build for others.
I am also receiving this error.
Im also having this error on go 1.5.1
I am also having this error on centos 6.8 with go 1.7