Skip to content

Commit

Permalink
Update to latest Bazel modules
Browse files Browse the repository at this point in the history
Use the latest released versions of the following Bazel modules:
- gazelle

While we're here, build using the latest released version of Bazel
too.
  • Loading branch information
seh committed Nov 19, 2024
1 parent 4ee59f3 commit f59af37
Show file tree
Hide file tree
Showing 3 changed files with 1,533 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.4.1
7 changes: 6 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_go", version = "0.50.1")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
version = "1.23.3",
)

cue = use_extension("//cue:extensions.bzl", "cue")
use_repo(
cue,
Expand All @@ -15,4 +20,4 @@ use_repo(

register_toolchains("@cue_tool_toolchains//:all")

bazel_dep(name = "gazelle", version = "0.39.1", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.40.0", dev_dependency = True)
Loading

0 comments on commit f59af37

Please sign in to comment.