Bump Go version to 1.12 (#1290)

This commit is contained in:
Ta-Ching Chen
2019-08-28 13:47:40 +08:00
committed by GitHub
parent 1040a0d7e9
commit e762471d78
6 changed files with 6 additions and 16 deletions
+1 -9
View File
@@ -4,12 +4,4 @@ set -o errexit
set -o nounset
set -o pipefail
find_files() {
find . -not \( \
\( \
-wholename '*/vendor/*' \
\) -prune \
\) -name '*.go'
}
find_files | xargs -I@ bash -c "go tool vet @"
go vet -v $(go list ./...| grep -v vendor)