Skip to content

Commit 29e4f97

Browse files
authored
fix: upgrade Bazelisk version to 1.25.0 (#445)
Addresses wrong arch being used for Java in rules_swift_package_manager integration tests.
1 parent 92086db commit 29e4f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel_integration_test/bzlmod/bazel_binaries.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _declare_local_bazel_binary(local):
142142
return vi
143143

144144
# TODO(GH184): Make this configurable.
145-
_BAZELISK_VERSION = "1.18.0"
145+
_BAZELISK_VERSION = "1.25.0"
146146

147147
def _bazel_binaries_impl(module_ctx):
148148
dep_names = []

0 commit comments

Comments
 (0)