Skip to content

Commit

Permalink
fix(deps): update module github.com/bazelbuild/bazel-gazelle to v0.39.1
Browse files Browse the repository at this point in the history
##### [`vv0.39.1](https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.39.1)

Updates `rules_go` to fix this error:

    ERROR: .../external/rules_go~/go/platform/BUILD.bazel: no such target '@@rules_go~//go/platform:qnx': target 'qnx' not declared in package 'go/platform' defined by .../external/rules_go~/go/platform/BUILD.bazel

#### What's Changed

-   override-generator: allow users to specify default values by [@tyler-french](https://github.com/tyler-french) in bazel-contrib/bazel-gazelle#1910
-   Update rules_go dep to v0.50.1 by [@fmeum](https://github.com/fmeum) in bazel-contrib/bazel-gazelle#1943
-   Let the Publish to BCR app maintain the module version by [@fmeum](https://github.com/fmeum) in bazel-contrib/bazel-gazelle#1944

**Full Changelog**: bazel-contrib/bazel-gazelle@v0.39.0...v0.39.1
  • Loading branch information
zemnmez-renovate-bot committed Oct 2, 2024
1 parent c7fe2bf commit 0807eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module github.com/zemn-me/monorepo
go 1.22.2

require (
github.com/bazelbuild/bazel-gazelle v0.39.0
github.com/bazelbuild/bazel-gazelle v0.39.1
github.com/bazelbuild/bazel-watcher v0.25.3
github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91
github.com/go-delve/delve v1.22.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0807eb3

Please sign in to comment.