Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
First commit: bazel run //tools/releaser with the go mod -t -u /... and go mod tidy removed
Second commit: bazel run //tools/releaser which also upgrades to go 1.22 from 1.21
What type of PR is this?
Other
What package or component does this PR mostly affect?
First commit:
bazel run //tools/releaser
with thego mod -t -u /...
andgo mod tidy
removed Second commit:bazel run //tools/releaser
which also upgrades to go 1.22 from 1.21What type of PR is this?
What package or component does this PR mostly affect?
What does this PR do? Why is it needed?
Upgrade stuff in prep for next release