Pin all tools used in the Dockerfiles

Also update gometalinter to use the official version. The update
found some new gosimple errors, which are fixed.

Also update the filewatcher script for the latest version of filewatcher.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-07-11 14:19:02 -04:00
parent 6908e58f0f
commit 102a8f0c9d
5 changed files with 24 additions and 24 deletions

View File

@ -1,12 +1,2 @@
#!/bin/sh
set -e
filewatcher \
-L 6 \
-x '**/*.swp' \
-x .git \
-x build \
-x .idea \
-- \
sh -c 'go test -timeout 10s -v ./${dir} || ( echo; echo; exit 1 )'
exec filewatcher -L 6 -x build -x script go test -timeout 10s -v './${dir}'