bazel-contrib / target-determinator

Determines which Bazel targets were affected between two git commits.
Apache License 2.0
144 stars 22 forks source link

Update Gazelle to 0.32.0 #73

Closed purkhusid closed 1 year ago

purkhusid commented 1 year ago

What?

Updates the bazel-gazelle package to the latest version

Why?

To get this changeset: https://github.com/bazelbuild/bazel-gazelle/pull/1508

purkhusid commented 1 year ago

Thanks! It looks like upstream changed the label parsing slightly so that label:package no-longer parses. I think that's fine - if you remove line 91 from pkg/target_determinator_test.go, CI should go green

Done!