Skip to content

Commit

Permalink
chore: upgrade bazel-gazelle to 0.35.0 in parent workspace (#828)
Browse files Browse the repository at this point in the history
We, typically, try not to update dependencies listed in `MODULE.bazel`.
However, if the bazel-gazelle listed in `MODULE.bazel` gets out of sync
with the version of `bazel-gazelle` in `go.mod`, running `//:tidy` can
bork the build. So, this PR includes the changes from #826 and updates
`MODULE.bazel`. I also ran `//:tidy_all`.

Related to #826.

---------

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel and Self-hosted Renovate Bot authored Jan 2, 2024
1 parent 7e4b05e commit 749d0ee
Show file tree
Hide file tree
Showing 24 changed files with 429 additions and 2,459 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.34.0",
version = "0.35.0",
repo_name = "bazel_gazelle",
)

Expand Down
Loading

0 comments on commit 749d0ee

Please sign in to comment.