increase go rules version to fix bazel build

This commit is contained in:
Dave Cunningham 2023-04-14 16:34:55 +01:00
parent 5afe130669
commit c484aec526

View File

@ -10,10 +10,10 @@ CPP_JSONNET_GITHASH = "813c7412d1c7a42737724d011618d0fd7865bc69"
def jsonnet_go_repositories():
http_archive(
name = "io_bazel_rules_go",
sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
sha256 = "6b65cb7917b4d1709f9410ffe00ecf3e160edf674b78c54a894471320862184f",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.0/rules_go-v0.39.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.39.0.zip",
],
)