From 65799b9e6298918432ca5084ba924a3972e0ff5c Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Mon, 9 Dec 2024 10:29:25 +0000 Subject: [PATCH] fix: upgrade `bazelisk` to `1.24.1` --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index d9b8ed8..767b3a1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -59,8 +59,8 @@ download_file = use_repo_rule("@download_utils//download/file:defs.bzl", "downlo ], ) for cpu, os, version, integrity in ( - ("amd64", "linux", "1.19.0", "sha256-0otYisCRar1r8C3vtUM/bt33y6Nf+oCOq7ZaRKqyJvc="), - ("arm64", "linux", "1.19.0", "sha256-hhoWupl5YT5wvT0vnZq147Wf55RxxXU6zcnEMatsnZQ="), + ("amd64", "linux", "1.24.1", "sha256-Cu4JxxgosAEnUMubaJzjV12o4jDyZb+Nbc1FTu5uqEI="), + ("arm64", "linux", "1.24.1", "sha256-Kg5dOX9929rB3v9BZ8doHZ0dAlxd+pecKzfwkfAy0Bo="), ) ] -- GitLab