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 dependency io_bazel_rules_go to v0.18.3 #250

Merged

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change References
io_bazel_rules_go http_archive patch 0.18.2 -> 0.18.3 source

Release Notes

bazelbuild/rules_go

v0.18.3

Compare Source

New Go versions

Go 1.12.3, 1.12.4, 1.11.8, and 1.11.9 are now supported.

1.12.4 and 1.11.9 were rebuilt with a C/C++ toolchain compatible with older Linux distributions. Ubuntu 14.04 and Debian Jessie are supported again without additional configuration.

WORKSPACE code

To use this release, add this code to your WORKSPACE file:

http_archive(
    name = "io_bazel_rules_go",
    url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.3/rules_go-0.18.3.tar.gz",
    sha256 = "86ae934bd4c43b99893fc64be9d9fc684b81461581df7ea8fc291c816f5ee8c5",
)
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 modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate-bot renovate-bot requested a review from achew22 as a code owner April 12, 2019 15:48
@achew22 achew22 merged commit ad6633d into bazelbuild:master Apr 12, 2019
@renovate-bot renovate-bot deleted the renovate/io_bazel_rules_go-0.x branch April 12, 2019 18:52
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