blob: 92880f578503b457f1688e4445f3c08311c8f245 [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(version = "1.17")
+go_register_toolchains(go_version = "host")
# IMPORTANT: match protobuf version above with the one loaded by grpc
http_archive(