atlassian / bazel-tools

Reusable bits for Bazel
Apache License 2.0
113 stars 36 forks source link

chore(deps): update dependency io_bazel_rules_go to v0.24.7- autoclosed #121

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive patch v0.24.5 -> v0.24.7

Release Notes

bazelbuild/rules_go ### [`v0.24.7`](https://togithub.com/bazelbuild/rules_go/releases/v0.24.7) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.24.6...v0.24.7) ##### New Go versions Go 1.15.5 and 1.14.12 are now supported. ##### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "207fad3e6689135c5d8713e5a17ba9d1290238f47b9ba545b63d9303406209c6", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.7/rules_go-v0.24.7.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.24.7/rules_go-v0.24.7.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") go_rules_dependencies() go_register_toolchains() ### [`v0.24.6`](https://togithub.com/bazelbuild/rules_go/releases/v0.24.6) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.24.5...v0.24.6) ##### New Go versions Go 1.15.4 and 1.14.11 are now supported. ##### WORKSPACE code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "b4433651f57560237681cb9caa969106aba614f5b1e66fefa5834c42b8013b42", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.6/rules_go-v0.24.6.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.24.6/rules_go-v0.24.6.tar.gz", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") go_rules_dependencies() go_register_toolchains()

Renovate configuration

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

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



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