JB
JB
## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...
# 🐞 bug report ### Affected Rule The only rule affected is the `container_image` rule, and more specifically its implementation function `_impl()`. ### Is this a regression? No. ### Description...
# 🐞 bug report ### Affected Rule The only rule affected is the implementation function of the rule `container_image`, the function `_impl` / `image.implementation` in the file _container/image.bzl_. ### Is...
When using Go SDK >= 1.20, `nocoverageredesign` is always used in **GOEXPERIMENT** ([go/private/sdk.bzl#L504-L508](https://github.com/bazelbuild/rules_go/blob/master/go/private/sdk.bzl#L504-L508)). And the `stdlib` and `stdliblist` is generated using this Go env: ``` bash $ bazel build \...
**What type of PR is this?** `Bug fix` **What package or component does this PR mostly affect?** - `language/go` - `language/proto` **What does this PR do? Why is it needed?**...