Skip to content
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 module bazelbuild/rules_go to v0.21.0 #332

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 22, 2020

This PR contains the following updates:

Package Type Update Change
github.com/bazelbuild/rules_go require minor v0.20.4 -> v0.21.0

Release Notes

bazelbuild/rules_go

v0.21.0

Compare Source

Compatibility

  • The minimum supported version of Bazel is now 1.2.0 (was 0.23.0). Some of our dependencies are no longer compatible with old versions of Bazel, so we needed to drop some support.
  • The go_rule wrapper function is now deprecated, since it doesn't work well after some Bazel compatibility changes in 2.0.0. See the deprecation schedule for rationale and migration information. In general, we're evaluating a change to the way we handle toolchains and flags in order to better support configurations. If you have custom rules declared with go_rule or go_context or if you use custom toolchains compatible with go_toolchain, please reach out via go-bazel-discuss or on the #bazel channel on Gophers Slack.

Changes

This release contains no significant user facing changes. Several bugs are fixed, and dependencies are updated. Compatibility with Bazel 2.0.0 and later versions is improved.

Updated dependencies

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.21.0/rules_go-v0.21.0.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.21.0/rules_go-v0.21.0.tar.gz",
    ],
    sha256 = "b27e55d2dcc9e6020e17614ae6e0374818a3e3ce6f2024036e688ada24110444",
)

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

go_rules_dependencies()

go_register_toolchains()

Renovate configuration

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

🚦 Automerge: Enabled.

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

🔕 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-bot renovate-bot force-pushed the renovate/github.ghproxy.top-bazelbuild-rules_go-0.x branch from 319b463 to 95a38c3 Compare January 22, 2020 13:27
@achew22 achew22 merged commit 4d0d98a into bazelbuild:master Jan 22, 2020
@renovate-bot renovate-bot deleted the renovate/github.ghproxy.top-bazelbuild-rules_go-0.x branch January 22, 2020 23:23
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.

3 participants