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 @@ -10,10 +10,10 @@ CPP_JSONNET_GITHASH = "813c7412d1c7a42737724d011618d0fd7865bc69"
10
10
def jsonnet_go_repositories ():
11
11
http_archive (
12
12
name = "io_bazel_rules_go" ,
13
- sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366 " ,
13
+ sha256 = "6b65cb7917b4d1709f9410ffe00ecf3e160edf674b78c54a894471320862184f " ,
14
14
urls = [
15
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34 .0/rules_go-v0.34 .0.zip" ,
16
- "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34 .0.zip" ,
15
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39 .0/rules_go-v0.39 .0.zip" ,
16
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.39 .0.zip" ,
17
17
],
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments