File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/bazelbuild/rules_python
22
3- go 1.16
3+ go 1.18
44
55require (
66 github.com/bazelbuild/bazel-gazelle v0.23.0
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def rules_python_internal_deps():
3737 maybe (
3838 http_archive ,
3939 name = "io_bazel_rules_go" ,
40- sha256 = "69de5c704a05ff37862f7e0f5534d4f479418afc21806c887db544a316f3cb6b " ,
40+ sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c " ,
4141 urls = [
42- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.27 .0/rules_go-v0.27 .0.tar.gz " ,
43- "https://github.com/bazelbuild/rules_go/releases/download/v0.27 .0/rules_go-v0.27 .0.tar.gz " ,
42+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.31 .0/rules_go-v0.31 .0.zip " ,
43+ "https://github.com/bazelbuild/rules_go/releases/download/v0.31 .0/rules_go-v0.31 .0.zip " ,
4444 ],
4545 )
4646
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ def rules_python_internal_setup():
3838
3939 go_rules_dependencies ()
4040
41- go_register_toolchains (version = "1.17.6 " )
41+ go_register_toolchains (version = "1.18 " )
4242
4343 gazelle_dependencies ()
You can’t perform that action at this time.
0 commit comments