Skip to content

Commit

Permalink
Preparing 0.41.0 release (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp committed Jul 10, 2023
1 parent 87125ff commit 58534a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.40.0",
version = "0.41.0",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
Expand All @@ -19,7 +19,7 @@ use_repo(
go_sdk = use_extension("//go:extensions.bzl", "go_sdk")
go_sdk.download(
name = "go_default_sdk",
version = "1.19.8",
version = "1.20.2",
)
use_repo(go_sdk, "go_toolchains")

Expand Down
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TOOLS_NOGO = [

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

go_context = _go_context
go_embed_data = _go_embed_data
Expand Down

0 comments on commit 58534a2

Please sign in to comment.