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}"
2525
2626APIDIFF=" hack/tools/bin/go-apidiff"
2727
28- header_text " fetching tools "
28+ header_text " fetching and building go-apidiff "
2929make " ${APIDIFF} "
3030
31+ git status
32+
3133header_text " verifying api diff"
34+ header_text " invoking: '${APIDIFF} ${PULL_BASE_SHA} --print-compatible'"
3235" ${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
307307golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
308308golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
309309golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
310+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 h1:ObdrDkeb4kJdCP557AjRjq69pTHfNouLtWZG7j9rPN8 =
310311golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
311312golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
312313golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 h1:n9HxLrNxWWtEb1cA950nuEEj3QnKbtsCJ6KjcgisNUs =
You can’t perform that action at this time.
0 commit comments