Fix bazel go build (#558)

This commit is contained in:
Eugene Kliuchnikov 2017-06-07 12:47:48 +02:00 committed by GitHub
parent 31d0629b1d
commit 0fceb906ec

View File

@ -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(