bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
181 stars 89 forks source link

Update dependency io_bazel_rules_go to v0.35.0 - autoclosed #143

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.34.0 -> v0.35.0

Release Notes

bazelbuild/rules_go ### [`v0.35.0`](https://togithub.com/bazelbuild/rules_go/releases/tag/v0.35.0) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.34.0...v0.35.0) #### What's Changed - Add platform contraints for GOAMD64 by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3251](https://togithub.com/bazelbuild/rules_go/pull/3251) - bzlmod: Fix after breaking change to go_deps.module by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3254](https://togithub.com/bazelbuild/rules_go/pull/3254) - bzlmod: Check in io_bazel_rules_go -> rules_go patch for tests by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3262](https://togithub.com/bazelbuild/rules_go/pull/3262) - Export support files needed for using Go's WebAssembly (WASM) output. by [@​ralimi](https://togithub.com/ralimi) in [https://github.com/bazelbuild/rules_go/pull/3266](https://togithub.com/bazelbuild/rules_go/pull/3266) - Add support for --@​io_bazel_rules_go//go/toolchain:sdk_version flag. by [@​JamesMBartlett](https://togithub.com/JamesMBartlett) in [https://github.com/bazelbuild/rules_go/pull/3260](https://togithub.com/bazelbuild/rules_go/pull/3260) - Add support for `go_binary` to gopackagesdriver. by [@​DrewMonroe](https://togithub.com/DrewMonroe) in [https://github.com/bazelbuild/rules_go/pull/3271](https://togithub.com/bazelbuild/rules_go/pull/3271) - migrating to rbe_preconfig by [@​aranguyen](https://togithub.com/aranguyen) in [https://github.com/bazelbuild/rules_go/pull/3272](https://togithub.com/bazelbuild/rules_go/pull/3272) - Add `go_cross_binary` rule for cross-compilation. by [@​JamesMBartlett](https://togithub.com/JamesMBartlett) in [https://github.com/bazelbuild/rules_go/pull/3261](https://togithub.com/bazelbuild/rules_go/pull/3261) - delete duplicate return by [@​Abirdcfly](https://togithub.com/Abirdcfly) in [https://github.com/bazelbuild/rules_go/pull/3267](https://togithub.com/bazelbuild/rules_go/pull/3267) - bzlmod: Use repo_name attribute on module instead of patches by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3279](https://togithub.com/bazelbuild/rules_go/pull/3279) - Fix non_executable_test to work with `@//` labels by [@​Wyverald](https://togithub.com/Wyverald) in [https://github.com/bazelbuild/rules_go/pull/3281](https://togithub.com/bazelbuild/rules_go/pull/3281) - bzlmod: Bump version to 0.34.0 by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3280](https://togithub.com/bazelbuild/rules_go/pull/3280) - bzlmod: Add support for `go_proto_library` by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3283](https://togithub.com/bazelbuild/rules_go/pull/3283) - Bumping minimal Bazel version to 5.1.0 by [@​linzhp](https://togithub.com/linzhp) in [https://github.com/bazelbuild/rules_go/pull/3286](https://togithub.com/bazelbuild/rules_go/pull/3286) - Getting architecture from JRE by [@​linzhp](https://togithub.com/linzhp) in [https://github.com/bazelbuild/rules_go/pull/3282](https://togithub.com/bazelbuild/rules_go/pull/3282) - Collect coverage for other languages by [@​fmeum](https://togithub.com/fmeum) in [https://github.com/bazelbuild/rules_go/pull/3287](https://togithub.com/bazelbuild/rules_go/pull/3287) #### New Contributors - [@​ralimi](https://togithub.com/ralimi) made their first contribution in [https://github.com/bazelbuild/rules_go/pull/3266](https://togithub.com/bazelbuild/rules_go/pull/3266) - [@​JamesMBartlett](https://togithub.com/JamesMBartlett) made their first contribution in [https://github.com/bazelbuild/rules_go/pull/3260](https://togithub.com/bazelbuild/rules_go/pull/3260) - [@​DrewMonroe](https://togithub.com/DrewMonroe) made their first contribution in [https://github.com/bazelbuild/rules_go/pull/3271](https://togithub.com/bazelbuild/rules_go/pull/3271) - [@​aranguyen](https://togithub.com/aranguyen) made their first contribution in [https://github.com/bazelbuild/rules_go/pull/3272](https://togithub.com/bazelbuild/rules_go/pull/3272) - [@​Abirdcfly](https://togithub.com/Abirdcfly) made their first contribution in [https://github.com/bazelbuild/rules_go/pull/3267](https://togithub.com/bazelbuild/rules_go/pull/3267) **Full Changelog**: https://github.com/bazelbuild/rules_go/compare/v0.34.0...v0.35.0 #### `WORKSPACE` code load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "099a9fb96a376ccbbb7d291ed4ecbdfd42f6bc822ab77ae6f1b5cb9e914e94fa", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip", "https://github.com/bazelbuild/rules_go/releases/download/v0.35.0/rules_go-v0.35.0.zip", ], ) load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") go_rules_dependencies() go_register_toolchains(version = "1.19.1")

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.



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