Skip to content

Commit

Permalink
Fix build for go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed May 3, 2016
1 parent bebe18b commit d624bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ ldflags="
-X ${repo_path}/version.GoVersion${ldseparator}${go_version}"

echo " > cadvisor"
GOBIN=. godep go install -ldflags "${ldflags}" ${repo_path}
GOBIN=$PWD godep go install -ldflags "${ldflags}" ${repo_path}

exit 0

0 comments on commit d624bcd

Please sign in to comment.