summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-03-04 16:11:56 -0800
committerShentubot <shentubot@google.com>2019-03-04 16:13:03 -0800
commit662da3350cbf00f51c5a1dc7396910106c2555b8 (patch)
tree825b4d9dc30be50e1deca3bad26f2be022ad6113 /WORKSPACE
parent2d613f8e3002ef4f62b8029ba56861d73211feeb (diff)
Bump rules_go to v0.18.0
PiperOrigin-RevId: 236745227 Change-Id: Icddfdebe1f6c56bb95a7839b48773fca6794bad8
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index dee249a79..f8720d0ec 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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",