Skip to content

Commit

Permalink
prepare rules_go release 0.50.0 (#4064)
Browse files Browse the repository at this point in the history
This will be merged, but we will end up cherry picking certain commits
onto an `release-0.50` branch, which will not include all of the commits
on master.
  • Loading branch information
tyler-french committed Aug 30, 2024
1 parent dfaceea commit 6df867c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.49.0",
version = "0.50.0",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
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.49.0"
RULES_GO_VERSION = "0.50.0"

go_context = _go_context
gomock = _gomock
Expand Down

0 comments on commit 6df867c

Please sign in to comment.