-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency rules_go to v0.54.0 #82
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR updates the rules_go
dependency from version 0.53.0 to 0.54.0 in the MODULE.bazel file, bringing several improvements and bug fixes to the Bazel Go rules.
- Improved nogo error handling with fixes for preserving runfiles and preventing error swallowing
- Added test suite grouping in XML output and better test failure reporting
- New
go_sdk.from_file
feature to read SDK versions directly from go.mod files - Fixed handling of response files with proper escaping of backslashes and newlines
- Compatible with the project's current Go version (1.23.7) and existing nogo configuration
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
This PR contains the following updates:
0.53.0
->0.54.0
Release Notes
bazelbuild/rules_go (rules_go)
v0.54.0
WORKSPACE
codeWhat's Changed
nogo
runfiles by @fmeum in https://github.com/bazel-contrib/rules_go/pull/4270go_sdk.from_file
to read the SDK version fromgo.mod
. by @jaqx0r in https://github.com/bazel-contrib/rules_go/pull/4305New Contributors
Full Changelog: bazel-contrib/rules_go@v0.53.0...v0.54.0
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 was generated by Mend Renovate. View the repository job log.