chore(build): update Bazel to 0.26 (#3770)

diff --git a/WORKSPACE b/WORKSPACE
index 19a16c6..524cc4d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -6,7 +6,7 @@
 
 # Check that the user has a version between our minimum supported version of
 # Bazel and our maximum supported version of Bazel, and not one of the known-bad releases.
-check_version("0.25.1", "0.25.3")
+check_version("0.25.1", "0.26")
 
 http_archive(
     name = "bazel_toolchains",