aboutsummaryrefslogtreecommitdiff
path: root/go/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'go/WORKSPACE')
-rw-r--r--go/WORKSPACE7
1 files changed, 5 insertions, 2 deletions
diff --git a/go/WORKSPACE b/go/WORKSPACE
index dcb5615..e965269 100644
--- a/go/WORKSPACE
+++ b/go/WORKSPACE
@@ -9,8 +9,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
- urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.17.0/rules_go-0.17.0.tar.gz"],
- sha256 = "492c3ac68ed9dcf527a07e6a1b2dcbf199c6bf8b35517951467ac32e421c06c1",
+ urls = [
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
+ "https://github.com/bazelbuild/rules_go/releases/download/0.19.0/rules_go-0.19.0.tar.gz",
+ ],
+ sha256 = "9fb16af4d4836c8222142e54c9efa0bb5fc562ffc893ce2abeac3e25daead144",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")