Skip to content

Commit

Permalink
update bazelisk
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed Oct 14, 2023
1 parent fd0ae4d commit 9297f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_deps/install_bazelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case "$(uname -s)" in
esac

mkdir -p "${output_dir}"
curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.3.0/${name}"
curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/${name}"

mv "${name}" "${output_dir}/bazel"
chmod u+x "${output_dir}/bazel"
Expand Down

0 comments on commit 9297f60

Please sign in to comment.