From 12506b0610caca7b16596123ed059ca984f7b0eb Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 29 Jun 2023 22:44:05 -0700 Subject: [PATCH] build: update to Aspect CLI 5.5.4 (#54468) Suppresses the incorrect syntax error warning span when running `bazel configure` https://github.com/aspect-build/aspect-cli/releases/tag/5.5.4 --- .bazeliskrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazeliskrc b/.bazeliskrc index 12cdc63935a..c2a499df9d2 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download -USE_BAZEL_VERSION=aspect/5.5.2 +USE_BAZEL_VERSION=aspect/5.5.4