From 438fdbc9aab38b7276b9c7b8e7c9d9b00c4f66e8 Mon Sep 17 00:00:00 2001 From: huahang Date: Wed, 29 Apr 2020 14:41:34 +0800 Subject: [PATCH] specify bazel version for bazelisk (#627) [Bazelisk](https://github.com/bazelbuild/bazelisk) is a wrapper for Bazel written in Go. It automatically picks a good version of Bazel given your current working directory, downloads it from the official server (if required) and then transparently passes through all command-line arguments to the real Bazel binary. You can call it just like you would call Bazel. Signed-off-by: Huahang Liu (Hans) Co-authored-by: Huahang Liu (Hans) --- .bazelversion | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bazelversion diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 00000000..51de3305 --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +0.13.0 \ No newline at end of file -- GitLab