Commit fa30e469 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 3a3dc827 547dfb97
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 = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment