Update to Go 1.14

Updates the Go toolchain to 1.14 and gets rid of all upstreamed
patches. Also shrinks binary sizes.

Test Plan: Should be covered by CI.

X-Origin-Diff: phab/D515
GitOrigin-RevId: 1c400a6ba6a8d78a02aba925d95486b807eda0e9
diff --git a/WORKSPACE b/WORKSPACE
index 552be65..fa23fac 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -80,7 +80,7 @@
 go_rules_dependencies()
 
 go_register_toolchains(
-    go_version = "1.13",
+    go_version = "1.14",
     nogo = "@//:nogo_vet",
 )