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

While we're here, build using the latest released version of Bazel
too.
  • Loading branch information
seh committed Jul 10, 2024
1 parent 82d69cc commit c4a5b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.2
7.2.1
2 changes: 1 addition & 1 deletion 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.0")
bazel_dep(name = "rules_go", version = "0.48.1")

cue = use_extension("//cue:extensions.bzl", "cue")
use_repo(
Expand Down

0 comments on commit c4a5b82

Please sign in to comment.