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.24.2 (v2) #1656

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2020

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive patch v0.24.1 -> v0.24.2

Release Notes

bazelbuild/rules_go

v0.24.2

Compare Source

New Go versions

Go 1.15.2 and 1.14.9 are now supported.

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "08c3cd71857d58af3cda759112437d9e63339ac9c6e0042add43f4d94caf632d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.2/rules_go-v0.24.2.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.24.2/rules_go-v0.24.2.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: Disabled due to failing status checks.

♻️ 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.

@johanbrandhorst
Copy link
Collaborator

@johanbrandhorst johanbrandhorst merged commit 73e9a4f into v2 Sep 10, 2020
@johanbrandhorst johanbrandhorst deleted the renovate/v2-io_bazel_rules_go-0.x branch September 10, 2020 08:58
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