Skip to content

Commit

Permalink
Update: Go 1.23.0 and Bazel 7.3.1 (#603)
Browse files Browse the repository at this point in the history
* bump go_sdk to 1.23.0

* bump bazel to 7.3.1

* bump rules_go to 0.50.0
  • Loading branch information
albertocavalcante committed Sep 6, 2024
1 parent e91a9cd commit 9a2b251
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.1
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
"""Bazelisk"""

module(
name = "bazelisk",
version = "",
)

bazel_dep(name = "gazelle", version = "0.38.0")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_go", version = "0.49.0")
bazel_dep(name = "rules_go", version = "0.50.0")
bazel_dep(name = "aspect_rules_js", version = "1.42.3")

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

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down

0 comments on commit 9a2b251

Please sign in to comment.