Fix build for go 1.6
This commit is contained in:
parent
bebe18b67a
commit
d624bcde0c
@ -40,6 +40,6 @@ ldflags="
|
|||||||
-X ${repo_path}/version.GoVersion${ldseparator}${go_version}"
|
-X ${repo_path}/version.GoVersion${ldseparator}${go_version}"
|
||||||
|
|
||||||
echo " > cadvisor"
|
echo " > cadvisor"
|
||||||
GOBIN=. godep go install -ldflags "${ldflags}" ${repo_path}
|
GOBIN=$PWD godep go install -ldflags "${ldflags}" ${repo_path}
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user