File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module (
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(
1919go_sdk = use_extension ("//go:extensions.bzl" , "go_sdk" )
2020go_sdk .download (
2121 name = "go_default_sdk" ,
22- version = "1.19.8 " ,
22+ version = "1.20.2 " ,
2323)
2424use_repo (go_sdk , "go_toolchains" )
2525
Original file line number Diff line number Diff 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
128128go_context = _go_context
129129go_embed_data = _go_embed_data
You can’t perform that action at this time.
0 commit comments