chore: update to Bazel 6.0.0 and Aspect CLI 5.1.0 (#303)

This commit is contained in:
Greg Magolan 2023-01-01 14:15:59 -08:00 committed by GitHub
parent 0d456be3c6
commit 0327e5c221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,3 @@
- name: plugin-aspect-pro
from: https://static.aspect.build/aspect
version: 5.0.1
- name: plugin-aspect-buildkite
from: https://static.aspect.build/aspect
version: 5.0.1
version: 5.1.0

View File

@ -1,2 +1,2 @@
BAZELISK_BASE_URL=https://static.aspect.build/aspect
USE_BAZEL_VERSION=aspect/5.0.1
USE_BAZEL_VERSION=aspect/5.1.0

View File

@ -1,4 +1,4 @@
6.0.0rc1
6.0.0
# The first line of this file is used by Bazelisk and Bazel to be sure
# the right version of Bazel is used to build and test this repo.
# This also defines which version is used on CI.