Update bazelbuild/rules_go to support go1.9

This commit is contained in:
Christoph Blecker 2017-08-28 14:27:20 -07:00
parent 5c026f6317
commit b1b4770c3c
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
http_archive(
name = "io_bazel_rules_go",
sha256 = "a4ea00b71a6fc3bd381cbbf6eb83ec91fe8b32b1c622c048f1e6f0d965bb1a2d",
strip_prefix = "rules_go-a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058",
urls = ["https://github.com/bazelbuild/rules_go/archive/a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058.tar.gz"],
sha256 = "441e560e947d8011f064bd7348d86940d6b6131ae7d7c4425a538e8d9f884274",
strip_prefix = "rules_go-c72631a220406c4fae276861ee286aaec82c5af2",
urls = ["https://github.com/bazelbuild/rules_go/archive/c72631a220406c4fae276861ee286aaec82c5af2.tar.gz"],
)
http_archive(

View File

@ -39,7 +39,7 @@ kube::util::go_install_from_commit \
e26fc85d14a1d3dc25569831acc06919673c545a
kube::util::go_install_from_commit \
github.com/bazelbuild/rules_go/go/tools/gazelle/gazelle \
a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058
c72631a220406c4fae276861ee286aaec82c5af2
touch "${KUBE_ROOT}/vendor/BUILD"