-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update rules_go to 0.22.8 to support go1.14.6 and go1.13.14 #196
Conversation
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
load.bzl
Outdated
sha256 = "6d54b26a58457f9fca2e54f053402061ffe73e3b909b8f6bf6dedb2a3db093ea", | ||
strip_prefix = "bazel-toolchains-3.3.2", | ||
sha256 = "882fecfc88d3dc528f5c5681d95d730e213e39099abff2e637688a91a9619395", | ||
strip_prefix = "bazel-toolchains-3.4.1", |
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.
Should this be 3.4.0
? https://github.com/bazelbuild/bazel-toolchains/releases/tag/3.4.0
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.
Thanks @hasheddan!
(That's the second release of theirs' I've seen recently w/ a misleading title.)
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.
@hasheddan -- Fixed!
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hasheddan, justaugustus 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 |
Supports kubernetes/release#1410.
Also updates bazel-toolchains to 3.4.1.
/assign @fejta @BenTheElder
cc: @kubernetes/release-engineering