Skip to content

Commit

Permalink
iox-#2138 Fix Using bazel 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phongt committed Apr 2, 2024
1 parent de8345e commit ad3f4ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
6.4.0
# NOTE: Bazel 7.0 errors out on 'buildifier_lint_check' with a hint to 'go_register_toolchains' in 'setup.bzl'
7.0.0
4 changes: 2 additions & 2 deletions bazel/bazelbuild/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ def load_com_github_bazelbuild_buildtools_repositories():
],
)

IO_BAZEL_RULES_GO_VERSION = "0.29.0"
IO_BAZEL_RULES_GO_VERSION = "0.45.1"

def load_io_bazel_rules_go_repositories():
maybe(
name = "io_bazel_rules_go",
repo_rule = http_archive,
sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f",
sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip".format(version = IO_BAZEL_RULES_GO_VERSION),
"https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip".format(version = IO_BAZEL_RULES_GO_VERSION),
Expand Down

0 comments on commit ad3f4ff

Please sign in to comment.