chore(deps): update dependency io_bazel_rules_go to v0.60.0#16017
chore(deps): update dependency io_bazel_rules_go to v0.60.0#16017renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
|
/gcbrun |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a substantial upgrade of the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the io_bazel_rules_go dependency from v0.49.0 to v0.60.0. My review found that the URLs for the dependency point to the old repository location. While these URLs currently redirect, it is best to update them to their canonical location to prevent future build failures. I have provided a suggestion to correct the URLs.
| "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", | ||
| "https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", |
There was a problem hiding this comment.
The rules_go repository has moved from bazelbuild/rules_go to bazel-contrib/rules_go. While the old URLs currently redirect, it's better to use the canonical URLs to avoid potential breakages in the future if the redirects are removed.
| "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", | |
| "https://github.com/bazelbuild/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", | |
| "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", | |
| "https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip", |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16017 +/- ##
=======================================
Coverage ? 92.63%
=======================================
Files ? 2333
Lines ? 214631
Branches ? 0
=======================================
Hits ? 198831
Misses ? 15800
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
v0.49.0→v0.60.0Release Notes
bazelbuild/rules_go (io_bazel_rules_go)
v0.60.0Compare Source
MODULE.bazelcodeWORKSPACEcodeWhat's Changed
go_tools.bzlfunctionality by @mrdomino in bazel-contrib#4496New Contributors
Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0
v0.59.0Compare Source
WORKSPACEcodeWhat's Changed
riscv64intoBAZEL_GOARCH_CONSTRAINTSby @ffgan in bazel-contrib#4507New Contributors
Full Changelog: bazel-contrib/rules_go@v0.58.3...v0.59.0
v0.58.3Compare Source
WORKSPACEcodeWhat's Changed
Full Changelog: bazel-contrib/rules_go@v0.58.2...v0.58.3
v0.58.2Compare Source
WORKSPACEcodeWhat's Changed
bazel_depto BCR test module by @fmeum in bazel-contrib#4486Full Changelog: bazel-contrib/rules_go@v0.58.0...v0.58.2
v0.58.1Compare Source
WORKSPACEcodeWhat's Changed
go_envin@rules_go//goby @rafikk in bazel-contrib#4464New Contributors
Full Changelog: bazel-contrib/rules_go@v0.57.0...v0.58.1
v0.58.0Compare Source
WORKSPACEcodeWhat's Changed
go_envin@rules_go//goby @rafikk in bazel-contrib#4464New Contributors
Full Changelog: bazel-contrib/rules_go@v0.57.0...v0.58.0
v0.57.0Compare Source
WORKSPACEcodeWhat's Changed
cmd/packfrom source and update to Go 1.25 by @fmeum in bazel-contrib#4425New Contributors
Full Changelog: bazel-contrib/rules_go@v0.56.1...v0.57.0
v0.56.1Compare Source
WORKSPACEcodeWhat's Changed
go_sdk.wrapfor host compatible SDK by @fmeum in bazel-contrib#4410Full Changelog: bazel-contrib/rules_go@v0.56.0...v0.56.1
v0.56.0Compare Source
WORKSPACEcodeWhat's Changed
DefaultInfoon Go toolchain rules by @fmeum in bazel-contrib#4373--incompatible_compact_repo_mapping_manifestby @fmeum in bazel-contrib#4375--incompatible_strict_action_envby @fmeum in bazel-contrib#4404New Contributors
Full Changelog: bazel-contrib/rules_go@v0.55.0...v0.56.0
v0.55.1Compare Source
This includes:
WORKSPACEcodev0.55.0Compare Source
WORKSPACEcodeWhat's Changed
--incompatible_auto_exec_groupsby @fmeum in bazel-contrib#4141outtoout_diagnosticsby @fmeum in bazel-contrib#4341pkgfactanalyzer by @fmeum in bazel-contrib#4349New Contributors
Full Changelog: bazel-contrib/rules_go@v0.54.1...v0.55.0
v0.54.1Compare Source
This release include two bug fixes:
WORKSPACEcodeFull Changelog: bazel-contrib/rules_go@v0.54.0...v0.54.1
v0.54.0Compare Source
WORKSPACEcodeWhat's Changed
nogorunfiles by @fmeum in bazel-contrib#4270go_sdk.from_fileto read the SDK version fromgo.mod. by @jaqx0r in bazel-contrib#4305New Contributors
Full Changelog: bazel-contrib/rules_go@v0.53.0...v0.54.0
v0.53.0Compare Source
WORKSPACEcodeWhat's Changed
go_sdk.host()in the installation docs by @stefanobaghino in bazel-contrib#4230go_bazel_testby @fmeum in bazel-contrib#4231dev_dependencyingo_sdk.hosterror by @fmeum in bazel-contrib#4246Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.