-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.16] Update Golang to v1.13.14 #93235
[1.16] Update Golang to v1.13.14 #93235
Conversation
And use repo-infra to configure rules_go and rbe
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
Includes: - bazelbuild/bazel-toolchains@3.4.0 - bazelbuild/rules_go@v0.22.8 Signed-off-by: Stephen Augustus <saugustus@vmware.com>
…ains found' error
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
|
@justaugustus: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test pull-kubernetes-e2e-gce-100-performance |
Ready for review. |
/cc @mikedanese @fejta |
build:cross:linux_arm64 --config=repo_infra_crosstool --platforms=@io_bazel_rules_go//go/toolchain:linux_arm64 --cpu=arm64 | ||
build:cross:linux_ppc64le --config=repo_infra_crosstool --platforms=@io_bazel_rules_go//go/toolchain:linux_ppc64le --cpu=ppc64le | ||
build:cross:linux_s390x --config=repo_infra_crosstool --platforms=@io_bazel_rules_go//go/toolchain:linux_s390x --cpu=s390x | ||
# These cross-compilation targets are most likely non-functional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These cross-compilation targets are most likely non-functional.
that's ominous...
verified this matches master bazel bits, and CI passes /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM |
What type of PR is this?
/kind cleanup
/area dependency release-eng
/sig testing release
What this PR does / why we need it:
Update Golang to v1.13.14.
Tracking issue: kubernetes/release#1410
Which issue(s) this PR fixes:
Special notes for your reviewer:
Includes the bazel updates from #93219.If this goes green without issue, I'll close the previous PR and update the release note here instead.
Combined cherry pick of #89430, #90347, #91312, bddd520, and #92362.
Does this PR introduce a user-facing change?: