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:
- bazel_skylib
- gazelle
- platforms
- rules_go

While we're here, build using the latest released version of Bazel
too.
  • Loading branch information
seh committed Jun 3, 2024
1 parent f9f7b66 commit 49dc409
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 571 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.1.2
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module(
version = "0.0.0",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_go", version = "0.45.1")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_go", version = "0.48.0")

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

register_toolchains("@cue_tool_toolchains//:all")

bazel_dep(name = "gazelle", version = "0.35.0", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.37.0", dev_dependency = True)
Loading

0 comments on commit 49dc409

Please sign in to comment.