@@ -29,9 +29,9 @@ bazel_skylib_workspace()
29
29
30
30
http_archive (
31
31
name = "rules_python" ,
32
- sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c " ,
33
- strip_prefix = "rules_python-1.2 .0" ,
34
- url = "https://github.com/bazelbuild/rules_python/releases/download/1.2 .0/rules_python-1.2 .0.tar.gz" ,
32
+ sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244 " ,
33
+ strip_prefix = "rules_python-1.3 .0" ,
34
+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.3 .0/rules_python-1.3 .0.tar.gz" ,
35
35
)
36
36
37
37
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
@@ -108,10 +108,10 @@ local_repository(
108
108
109
109
http_archive (
110
110
name = "io_bazel_rules_go" ,
111
- sha256 = "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313 " ,
111
+ sha256 = "f2d15bea3e241aa0e3a90fb17a82e6a8ab12214789f6aeddd53b8d04316d2b7c " ,
112
112
urls = [
113
- "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.53 .0/rules_go-v0.53 .0.zip" ,
114
- "https://github.com/bazel-contrib/rules_go/releases/download/v0.53 .0/rules_go-v0.53 .0.zip" ,
113
+ "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.54 .0/rules_go-v0.54 .0.zip" ,
114
+ "https://github.com/bazel-contrib/rules_go/releases/download/v0.54 .0/rules_go-v0.54 .0.zip" ,
115
115
],
116
116
)
117
117
@@ -123,7 +123,7 @@ load(
123
123
124
124
go_rules_dependencies ()
125
125
126
- go_register_toolchains (version = "1.24.1 " )
126
+ go_register_toolchains (version = "1.24.2 " )
127
127
128
128
http_archive (
129
129
name = "bazelci_rules" ,
0 commit comments