Skip to content

Commit

Permalink
prepare patch release 0.48.1 (#3963)
Browse files Browse the repository at this point in the history
This PR helps prepare the patch release to include f81ce9f
  • Loading branch information
tyler-french committed Jun 19, 2024
1 parent 5a49550 commit 8e2bbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.48.0",
version = "0.48.1",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
Expand All @@ -24,7 +24,6 @@ use_repo(
# This name is ugly on purpose to avoid a conflict with a user-named SDK.
"io_bazel_rules_nogo",
)

register_toolchains("@go_toolchains//:all")

bazel_dep(name = "gazelle", version = "0.36.0")
Expand Down
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]

# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
RULES_GO_VERSION = "0.48.0"
RULES_GO_VERSION = "0.48.1"

go_context = _go_context
gomock = _gomock
Expand Down

0 comments on commit 8e2bbc7

Please sign in to comment.