blob: 92880f578503b457f1688e4445f3c08311c8f245 [file] [log] [blame]
Serge Bazanskiae2886b2021-10-16 20:35:21 +02001--- a/WORKSPACE 2021-10-07 21:56:55.869547029 +0200
2+++ b/WORKSPACE 2021-10-16 20:23:37.841448038 +0200
3@@ -63,7 +63,7 @@
4 # Setup Go toolchain.
5 load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains")
Serge Bazanskib1de7572020-10-29 00:43:43 +01006
Serge Bazanskiae2886b2021-10-16 20:35:21 +02007-go_register_toolchains(version = "1.17")
8+go_register_toolchains(go_version = "host")
9
10 # IMPORTANT: match protobuf version above with the one loaded by grpc
11 http_archive(