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.
[ ] If you want to rebase/retry this PR, check this box
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.