diff --git a/build.sh b/build.sh index cfe18ccf8..824faff38 100755 --- a/build.sh +++ b/build.sh @@ -6,6 +6,9 @@ if [ ! -z "$1" ] tags="$@" fi +# remove stale packages +rm -rf vendor/pkg + . ./set_gopath.sh mkdir -p bin export GOBIN=bin