Skip to content

Commit

Permalink
Update bazel rules-go (kubernetes-sigs#714)
Browse files Browse the repository at this point in the history
We need the latest rules-go to build with go 1.11.5 (unless we want to
map it manually).
  • Loading branch information
justinsb authored and enxebre committed Jan 30, 2019
1 parent 31842d0 commit cbac798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.5/rules_go-0.16.5.tar.gz",
sha256 = "7be7dc01f1e0afdba6c8eb2b43d2fa01c743be1b9273ab1eaf6c233df078d705",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.6/rules_go-0.16.6.tar.gz",
sha256 = "ade51a315fa17347e5c31201fdc55aa5ffb913377aa315dceb56ee9725e620ee",
)

http_archive(
Expand Down

0 comments on commit cbac798

Please sign in to comment.