diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-07-12 10:26:03 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-12 10:27:01 -0700 |
commit | b363799bd879a7c36a87bc4a91f5c45c91ad6473 (patch) | |
tree | 4f1ae16b6f9328d97530c73ff071c92cc2baa1a4 | |
parent | c15cb8d432034e121497dbdc74d2842d5201552f (diff) |
Bump rules_go to v0.13.0, and go toolchain to 1.10.3
PiperOrigin-RevId: 204321643
Change-Id: Id52f9cb5aa12c0859ca6fc8012d7f20744773b88
-rw-r--r-- | WORKSPACE | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,17 +1,17 @@ # Load go bazel rules and gazelle. http_archive( name = "io_bazel_rules_go", - url = "https://github.com/bazelbuild/rules_go/releases/download/0.12.0/rules_go-0.12.0.tar.gz", - sha256 = "c1f52b8789218bb1542ed362c4f7de7052abcf254d865d96fb7ba6d44bc15ee3", + url = "https://github.com/bazelbuild/rules_go/releases/download/0.13.0/rules_go-0.13.0.tar.gz", + sha256 = "ba79c532ac400cefd1859cbc8a9829346aa69e3b99482cd5a54432092cbc3933", ) http_archive( name = "bazel_gazelle", - url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.12.0/bazel-gazelle-0.12.0.tar.gz", - sha256 = "ddedc7aaeb61f2654d7d7d4fd7940052ea992ccdb031b8f9797ed143ac7e8d43", + url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.13.0/bazel-gazelle-0.13.0.tar.gz", + sha256 = "bc653d3e058964a5a26dcad02b6c72d7d63e6bb88d94704990b908a1445b8758", ) load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() -go_register_toolchains(go_version="1.10.2") +go_register_toolchains(go_version="1.10.3") load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository") gazelle_dependencies() |