blob: db80ce07e5794394b222daa74d7334c01e1363a7 [file] [log] [blame]
--- a/WORKSPACE 2021-10-07 21:56:55.869547029 +0200
+++ b/WORKSPACE 2021-10-16 20:23:37.841448038 +0200
@@ -63,7 +63,7 @@
# Setup Go toolchain.
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains")
-go_register_toolchains(go_version = "1.20.5", nogo = "@//:nogo")
+go_register_toolchains(go_version = "host")
# IMPORTANT: match protobuf version above with the one loaded by grpc
http_archive(