summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-05-08 13:24:53 -0700
committerShentubot <shentubot@google.com>2018-05-08 13:25:40 -0700
commitd8c758cb153f2255bf6c7bb59c20c833bdb21663 (patch)
tree027d278c22366b96ce4205771b611083106384d8
parent174161013de22be6a42b02ee06611a9de9e20b18 (diff)
Bump Bazel rules_go to v0.12.0, and Go toolchain to v1.10.2
PiperOrigin-RevId: 195866234 Change-Id: I81404d44a45b41c6cb81f83bd7b7a8d8493f5c98
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 5ce224520..35a41f149 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,14 +1,14 @@
# Depend on the go bazel rules.
http_archive(
name = "io_bazel_rules_go",
- url = "https://github.com/bazelbuild/rules_go/releases/download/0.11.0/rules_go-0.11.0.tar.gz",
- sha256 = "f70c35a8c779bb92f7521ecb5a1c6604e9c3edd431e50b6376d7497abc8ad3c1",
+ url = "https://github.com/bazelbuild/rules_go/releases/download/0.12.0/rules_go-0.12.0.tar.gz",
+ sha256 = "c1f52b8789218bb1542ed362c4f7de7052abcf254d865d96fb7ba6d44bc15ee3",
)
# Load go bazel rules and toolchain.
load("@io_bazel_rules_go//go:def.bzl", "go_repository", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
-go_register_toolchains(go_version="1.10.1")
+go_register_toolchains(go_version="1.10.2")
# Add dependencies on external repositories.
go_repository(