mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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:
commit
fa30e46932
@ -1,6 +1,6 @@
|
|||||||
git_repository(
|
git_repository(
|
||||||
name = "io_bazel_rules_go",
|
name = "io_bazel_rules_go",
|
||||||
commit = "7828452850597b52b49ec603b23f8ad2bcb22aed",
|
commit = "cfdcbdc1d17e6dc3c48bbda4fce760949e58e381",
|
||||||
remote = "https://github.com/bazelbuild/rules_go.git",
|
remote = "https://github.com/bazelbuild/rules_go.git",
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -18,7 +18,9 @@ git_repository(
|
|||||||
|
|
||||||
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
|
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
|
||||||
|
|
||||||
go_repositories()
|
go_repositories(
|
||||||
|
go_version = "1.7.5",
|
||||||
|
)
|
||||||
|
|
||||||
# for building docker base images
|
# for building docker base images
|
||||||
debs = (
|
debs = (
|
||||||
|
Loading…
Reference in New Issue
Block a user