Skip to content

Commit

Permalink
increase go rules version to fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Apr 14, 2023
1 parent 5afe130 commit c484aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down

0 comments on commit c484aec

Please sign in to comment.