aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-06-07 12:47:48 +0200
committerGitHub <noreply@github.com>2017-06-07 12:47:48 +0200
commit0fceb906eceefde1548c2ba2b215cc4473ca5175 (patch)
tree0b9ac3b6bb15ae63a6007b580510158ec315d50f
parent31d0629b1dcfd0d6277325b926519d022301f4a0 (diff)
downloadbrotli-0fceb906eceefde1548c2ba2b215cc4473ca5175.zip
brotli-0fceb906eceefde1548c2ba2b215cc4473ca5175.tar.gz
brotli-0fceb906eceefde1548c2ba2b215cc4473ca5175.tar.bz2
Fix bazel go build (#558)
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f1c5326..79ce8d2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -11,7 +11,7 @@ maven_jar(
git_repository(
name = "io_bazel_rules_go",
remote = "https://github.com/bazelbuild/rules_go.git",
- tag = "0.4.1",
+ tag = "0.4.4",
)
new_http_archive(