File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
35
35
36
36
http_archive (
37
37
name = "io_bazel_rules_go" ,
38
- sha256 = "7b9bbe3ea1fccb46dcfa6c3f3e29ba7ec740d8733370e21cdc8937467b4a4349 " ,
38
+ sha256 = "6a68e269802911fa419abb940c850734086869d7fe9bc8e12aaf60a09641c818 " ,
39
39
urls = [
40
- "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.22.4 /rules_go-v0.22.4 .tar.gz" ,
41
- "https://github.com/bazelbuild/rules_go/releases/download/v0.22.4 /rules_go-v0.22.4 .tar.gz" ,
40
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.23.0 /rules_go-v0.23.0 .tar.gz" ,
41
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.23.0 /rules_go-v0.23.0 .tar.gz" ,
42
42
],
43
43
)
44
44
You can’t perform that action at this time.
0 commit comments