Skip to content

Commit 58534a2

Browse files
authored
Preparing 0.41.0 release (#3620)
1 parent 87125ff commit 58534a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.40.0",
3+
version = "0.41.0",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)
@@ -19,7 +19,7 @@ use_repo(
1919
go_sdk = use_extension("//go:extensions.bzl", "go_sdk")
2020
go_sdk.download(
2121
name = "go_default_sdk",
22-
version = "1.19.8",
22+
version = "1.20.2",
2323
)
2424
use_repo(go_sdk, "go_toolchains")
2525

go/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TOOLS_NOGO = [
123123

124124
# Current version or next version to be tagged. Gazelle and other tools may
125125
# check this to determine compatibility.
126-
RULES_GO_VERSION = "0.40.0"
126+
RULES_GO_VERSION = "0.41.0"
127127

128128
go_context = _go_context
129129
go_embed_data = _go_embed_data

0 commit comments

Comments
 (0)