Skip to content

Update dependency io_bazel_rules_go to v0.24.0 (v2) #1623

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

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2020

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.23.8 -> v0.24.0

Release Notes

bazelbuild/rules_go

v0.24.0

Compare Source

Changes

  • Coverage mode is set to atomic when race mode is enabled (thanks @​linzhp).
  • The flag --@​io_bazel_rules_go//go/config:incompatible_package_conflict_is_error may be used to opt into an error when multiple packages with the same package path are passed to the linker. In v0.25.0, this flag will be removed and the behavior will always be on (thanks @​Yannic).
  • Improved compatibility with proto APIv2. Note that we are not yet using APIv2 generators until the gRPC generator is stable. See #​2522 for details.
  • Export data and nogo facts are copied into a separate archive from compiled code. This should reduce the need to recompile dependent packages after incremental changes (thanks @​linzhp).

Compatibility

  • No significant changes to Bazel or Go compatibility in this release.
  • Removal of deprecated features postponed to next release. See Deprecation schedule for details.

Updated dependencies

  • platforms is updated to master as of 2020-08-24.
  • rules_cc is updated to master as of 2020-08-24.
  • org_golang_x_tools is updated to master as of 2020-08-24.
  • org_golang_x_xerrors is updated to master as of 2020-08-24.
  • org_golang_google_protobuf is updated to v1.25.0.
  • com_github_golang_protobuf is updated to v1.4.2.
  • com_github_mwitkow_go_proto_validators is updated to v0.3.2.
  • org_golang_google_genproto is updated to master as of 2020-08-24.
  • go_googleapis is updated to master as of 2020-08-24.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains()

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit 4ca2921 into v2 Aug 27, 2020
@renovate renovate bot deleted the renovate/v2-io_bazel_rules_go-0.x branch August 27, 2020 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants