mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Switch from setup-bazelisk to setup-bazel #87

Closed mbrukman closed 4 months ago

mbrukman commented 4 months ago

bazelbuild/setup-bazelisk was deprecated, and it recommends using bazel-contrib/setup-bazel going forward.

Also added a global USE_BAZEL_VERSION to specify the required Bazel version to use for builds and tests.