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 1
1
module (
2
2
name = "rules_go" ,
3
- version = "0.40 .0" ,
3
+ version = "0.41 .0" ,
4
4
compatibility_level = 0 ,
5
5
repo_name = "io_bazel_rules_go" ,
6
6
)
@@ -19,7 +19,7 @@ use_repo(
19
19
go_sdk = use_extension ("//go:extensions.bzl" , "go_sdk" )
20
20
go_sdk .download (
21
21
name = "go_default_sdk" ,
22
- version = "1.19.8 " ,
22
+ version = "1.20.2 " ,
23
23
)
24
24
use_repo (go_sdk , "go_toolchains" )
25
25
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ TOOLS_NOGO = [
123
123
124
124
# Current version or next version to be tagged. Gazelle and other tools may
125
125
# check this to determine compatibility.
126
- RULES_GO_VERSION = "0.40 .0"
126
+ RULES_GO_VERSION = "0.41 .0"
127
127
128
128
go_context = _go_context
129
129
go_embed_data = _go_embed_data
You can’t perform that action at this time.
0 commit comments