diff options
author | Michael Pratt <mpratt@google.com> | 2020-03-11 14:38:04 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-11 14:39:21 -0700 |
commit | 5ee9bbb15d90b5f116d9482e932e0823cffd9f6e (patch) | |
tree | a804d9e3baf3ef282ed7c0c9f9dd4899cfc3e3fb /kokoro/kythe | |
parent | 22d89ef5cb7f3321bc7147b130fcff9f083a8aab (diff) |
Upgrade Kythe
PiperOrigin-RevId: 300409401
Diffstat (limited to 'kokoro/kythe')
-rw-r--r-- | kokoro/kythe/generate_xrefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index 323b0f77b..2f531aa72 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -23,7 +23,7 @@ bazel version python3 -V -readonly KYTHE_VERSION='v0.0.41' +readonly KYTHE_VERSION='v0.0.43' readonly WORKDIR="$(mktemp -d)" readonly KYTHE_DIR="${WORKDIR}/kythe-${KYTHE_VERSION}" if [[ -n "$KOKORO_GIT_COMMIT" ]]; then |