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 1
1
module github.com/bazelbuild/rules_python
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
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():
37
37
maybe (
38
38
http_archive ,
39
39
name = "io_bazel_rules_go" ,
40
- sha256 = "69de5c704a05ff37862f7e0f5534d4f479418afc21806c887db544a316f3cb6b " ,
40
+ sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c " ,
41
41
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 " ,
44
44
],
45
45
)
46
46
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ def rules_python_internal_setup():
38
38
39
39
go_rules_dependencies ()
40
40
41
- go_register_toolchains (version = "1.17.6 " )
41
+ go_register_toolchains (version = "1.18 " )
42
42
43
43
gazelle_dependencies ()
You can’t perform that action at this time.
0 commit comments