Bump Go version to 1.12 (#1290)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user