Closed renovate[bot] closed 4 years ago
Merging #157 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #157 +/- ##
=======================================
Coverage 19.40% 19.40%
=======================================
Files 9 9
Lines 634 634
=======================================
Hits 123 123
Misses 486 486
Partials 25 25
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1d2dd39...0edb607. Read the comment docs.
This PR contains the following updates:
v0.24.2
->v0.24.3
Release Notes
bazelbuild/rules_go
### [`v0.24.3`](https://togithub.com/bazelbuild/rules_go/releases/v0.24.3) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.24.2...v0.24.3) #### Bug fixes - The `GoPath` action uses absolute paths to mitigate path length limits on Windows (thanks [@Xjs](https://togithub.com/Xjs)). - The file `lib/time/zoneinfo.zip` is now exported from downloaded Go distributions (thanks [@andrewtar](https://togithub.com/andrewtar)). - Multiline package conflict error messages are correctly passed to the builder when Bazel param files are used. - Compiler errors are redirected from stdout to stderr. #### WORKSPACE code load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.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.