bazel-contrib / bazel-gazelle

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.
Apache License 2.0
1.21k stars 381 forks source link

chore: run release script #1923

Closed jbedard closed 1 month ago

jbedard commented 2 months ago

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?

all

What does this PR do? Why is it needed?

Upgrade stuff in prep for next release