diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-03-04 16:11:56 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-04 16:13:03 -0800 |
commit | 662da3350cbf00f51c5a1dc7396910106c2555b8 (patch) | |
tree | 825b4d9dc30be50e1deca3bad26f2be022ad6113 /WORKSPACE | |
parent | 2d613f8e3002ef4f62b8029ba56861d73211feeb (diff) |
Bump rules_go to v0.18.0
PiperOrigin-RevId: 236745227
Change-Id: Icddfdebe1f6c56bb95a7839b48773fca6794bad8
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ 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.1/rules_go-0.17.1.tar.gz"], - sha256 = "6776d68ebb897625dead17ae510eac3d5f6342367327875210df44dbe2aeeb19", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.18.0/rules_go-0.18.0.tar.gz"], + sha256 = "301c8b39b0808c49f98895faa6aa8c92cbd605ab5ad4b6a3a652da33a1a2ba2e", ) http_archive( name = "bazel_gazelle", |