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
- rules_go

While we're here, build using the latest released version of Bazel
too.
  • Loading branch information
seh committed Aug 15, 2024
1 parent 2446a96 commit df1d5ff
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 1,952 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
7.3.0
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(

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.1")
bazel_dep(name = "rules_go", version = "0.49.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.37.0", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.38.0", dev_dependency = True)
Loading

0 comments on commit df1d5ff

Please sign in to comment.