Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/bazelbuild/rules_go to v0.30.0 #48

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/bazelbuild/rules_go require minor v0.29.0 -> v0.30.0

Release Notes

bazelbuild/rules_go

v0.30.0

Compare Source

Changes

  • Add first class support for GOOS=ios (#​3013)

  • Always include debug symbols with -c dbg (#​3029)

    Previously, debugging a go_test target was only possible with an explicit --@​io_bazel_rules_go//go/config:debug.

  • go_test: Add env attribute (#​3004)

    This allows setting environment variables before static initialisers run, and which reference expanded locations.

  • tests/core/cgo: do not assume test is being run from main repo (#​2956)

  • reproducibility_test: explicitly build the go_sdk builder (#​3026)

  • map bazel's --test_runner_fail_fast to go's -failfast (#​3058)

Bug Fixes

  • Emit correct header in CGo c-archive (#​2874)
  • Append path into trimpath if option already exists (#​2994)
  • Fixed issue with go_bazel_test rule on Windows (#​3036)
  • Skipping linker flag for versioned dylib on Darwin (#​2989)
  • Trim absolute paths in files generated by cgo (#​3011)
  • builders/cover: register coverage without changing line numbers (#​2993)
  • cover: use Z instead of underscore for variable name separator (#​2995)
  • .bazelci/presubmit.yml: remove old flag (#​3023)
  • builders/gentestmain: register correct cover mode in the coverage report file when enabling race mode (#​3019)
  • -fsanitize-ignorelist should have an absolute path (#​3001)
  • internal changes: #​2942, #​2987, #​2988, #​2992, #​3000, #​3035, #​3038, #​3046

Thanks to all of the contributors

Compatibility

  • Bazel 4.2.1 or higher is now required. The previous minimum version
    was 4.2.0.

Updated dependencies

As always, you can use higher versions of rules_go's dependencies by declaring
them in WORKSPACE before calling go_rules_dependencies. Lower versions may
work but are not supported.

  • org_golang_x_tools updated to v0.1.8 (#​3031)
  • org_golang_x_sys updated to master as of 2022-01-24.
  • org_golang_google_genproto updated to master as of 2022-01-24.
  • go_googleapis updated to master as of 2022-01-24.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "d6b2513456fe2229811da7eb67a444be7785f5323c6708b38d851d2b51e54d83",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.30.0/rules_go-v0.30.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.30.0/rules_go-v0.30.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.17.6")

Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from statik as a code owner January 27, 2022 21:44
@renovate renovate bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 92c41a8 to 7f91647 Compare January 27, 2022 21:54
renovate bot and others added 2 commits January 27, 2022 21:55
not sure why the rules_go label was wrong, fixed manually

Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
@mergify mergify bot merged commit 948ba97 into main Jan 27, 2022
@mergify mergify bot deleted the renovate/github.com-bazelbuild-rules_go-0.x branch January 27, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants