Update Bazel, rules_go, gazelle, linux_kernel, musl, and k8s
rules_go updates Go to 1.13.5.
EFI boot patch had to be rebased since a bunch of ifdefs got cleaned up in 5.x
https://github.com/torvalds/linux/commit/ac09c5f43cf613939850cc38d7a34ae6556016ba
https://github.com/torvalds/linux/commit/82f9ed3a93307089242ff8a5c694e82c8c93f522)
Test Plan: CI
X-Origin-Diff: phab/D304
GitOrigin-RevId: 8d7711dd2038e76e091a22a1aab865c3593e3889
diff --git a/BUILD b/BUILD
index 5367d32..ba234e7 100644
--- a/BUILD
+++ b/BUILD
@@ -61,6 +61,7 @@
name = "gopath",
mode = "link",
deps = [
+ # All top-level Go targets that need IDE integration need to be listed here
"//core/cmd/init",
],
)