Merge pull request #44008 from ixdy/bazel-rules-go

Automatic merge from submit-queue (batch tested with PRs 44008, 41929)

Bump rules_go to latest

**What this PR does / why we need it**: updates the Bazel go_rules dependency which provides several important bugfixes and feature enhancements. It's still using go1.7.5, so all tests should still pass.

**Release note**:

```release-note
NONE
```

/assign @mikedanese @spxtr
This commit is contained in:
Kubernetes Submit Queue 2017-04-04 16:50:18 -07:00 committed by GitHub
commit fa30e46932

View File

@ -1,6 +1,6 @@
git_repository(
name = "io_bazel_rules_go",
commit = "7828452850597b52b49ec603b23f8ad2bcb22aed",
commit = "cfdcbdc1d17e6dc3c48bbda4fce760949e58e381",
remote = "https://github.com/bazelbuild/rules_go.git",
)
@ -18,7 +18,9 @@ git_repository(
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
go_repositories()
go_repositories(
go_version = "1.7.5",
)
# for building docker base images
debs = (