From ddcc1fb3aa6bcbecf26f537323dd71889873b48f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 2 Mar 2019 14:39:03 +0100 Subject: Go 1.12 dropped "go tool vet", use "go vet" instead Also add Go 1.12 to Travis. --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index 628feff..2cdaccf 100755 --- a/test.bash +++ b/test.bash @@ -48,7 +48,7 @@ if ! go tool | grep vet > /dev/null ; then elif [[ -d vendor ]] ; then echo "vendor directory exists, skipping 'go tool vet'" else - go tool vet -all -shadow . + go vet . fi # We don't want all the subprocesses -- cgit v1.2.3