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

Bump github.com/bazelbuild/rules_go from 0.28.0 to 0.29.0 #274

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps github.com/bazelbuild/rules_go from 0.28.0 to 0.29.0.

Release notes

Sourced from github.com/bazelbuild/rules_go's releases.

v0.29.0

Changes

  • nogo analyzers may now depend on go_library rules (#2922).

    This is a major upgrade to nogo usability that enables the use of the popular staticcheck tool, via https://github.com/sluongng/staticcheck-codegen.

    Many thanks to @​thomas-wk

  • Editor / IDE integration (gopackagesdriver) now supports automatic target detection (#2932).

    No user input is required after the GOPACKAGESDRIVER setup. This effectively deprecates the following environment variables:

    • GOPACKAGESDRIVER_BAZEL_TARGETS
    • GOPACKAGESDRIVER_BAZEL_QUERY
    • GOPACKAGESDRIVER_BAZEL_TAG_FILTERS

    Many thanks to @​steeve for his ongoing development of gopackagesdriver

  • The rules_cc dependency has been removed (#2950).

  • rules_go tool builds are now reproducible (#2952).

  • cgo-related bug fixes: #2930, #2925, #2947, #2926.

Thanks to all of the contributors.

Compatibility

  • Bazel 4.2.0 or higher is now required. The previous minimum version was 4.0.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.

  • bazel_skylib updated to v1.1.1
  • org_golang_x_tools updated to v0.1.7
  • org_golang_x_sys updated to master as of 2021-10-06.
  • org_golang_google_genproto updated to master as of 2021-10-06.
  • go_googleapis updated to master as of 2021-10-06.

WORKSPACE code

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bazelbuild/rules_go](https://github.com/bazelbuild/rules_go) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/bazelbuild/rules_go/releases)
- [Commits](bazelbuild/rules_go@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/bazelbuild/rules_go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
@philwo philwo merged commit d4aef0a into master Dec 6, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bazelbuild/rules_go-0.29.0 branch December 6, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant