File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ cd "${REPO_ROOT}"
25
25
26
26
APIDIFF=" hack/tools/bin/go-apidiff"
27
27
28
- header_text " fetching tools "
28
+ header_text " fetching and building go-apidiff "
29
29
make " ${APIDIFF} "
30
30
31
+ git status
32
+
31
33
header_text " verifying api diff"
34
+ header_text " invoking: '${APIDIFF} ${PULL_BASE_SHA} --print-compatible'"
32
35
" ${APIDIFF} " " ${PULL_BASE_SHA} " --print-compatible
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
307
307
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
308
308
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
309
309
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
310
+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 h1:ObdrDkeb4kJdCP557AjRjq69pTHfNouLtWZG7j9rPN8 =
310
311
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
311
312
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
312
313
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 h1:n9HxLrNxWWtEb1cA950nuEEj3QnKbtsCJ6KjcgisNUs =
You can’t perform that action at this time.
0 commit comments