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 Dec 17, 2023
1 parent fd8a6e8 commit ee3d381
Show file tree
Hide file tree
Showing 7 changed files with 1,956 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .bazelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
7.0.0
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.4.2")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_go", version = "0.41.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.43.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.32.0", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.34.0", dev_dependency = True)
Loading

0 comments on commit ee3d381

Please sign in to comment.