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.16.5 #202

Merged
merged 1 commit into from
Dec 16, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2018

This PR contains the following updates:

Package Type Update Change References
io_bazel_rules_go http_archive patch 0.16.3 -> 0.16.5 source

Release Notes

bazelbuild/rules_go

v0.16.5

Compare Source

New Go versions

Go 1.11.4 and 1.10.7 are now supported.

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.16.5/rules_go-0.16.5.tar.gz",
    sha256 = "7be7dc01f1e0afdba6c8eb2b43d2fa01c743be1b9273ab1eaf6c233df078d705",
)
load("@​io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

v0.16.4

Compare Source

New Go versions

Go 1.11.3 and 1.10.6 are now supported.

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.16.4/rules_go-0.16.4.tar.gz",
    sha256 = "62ec3496a00445889a843062de9930c228b770218c735eca89c67949cd967c3f",
)
load("@​io_bazel_rules_go//go:def.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 renovate bot changed the title Update dependency io_bazel_rules_go to v0.16.4 Update dependency io_bazel_rules_go to v0.16.5 Dec 15, 2018
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from afd694e to 9bc67b7 Compare December 15, 2018 17:30
@achew22 achew22 merged commit ab9dc4c into master Dec 16, 2018
@renovate renovate bot deleted the renovate/io_bazel_rules_go-0.x branch December 16, 2018 00:15
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