From 5aade018c95450452fdc0a58b766aa55bcfa39e6 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 27 Sep 2023 14:52:24 -0700 Subject: [PATCH] Updating test env to Dapr runtime 1.12 RC4 and CLI RC2 Signed-off-by: Paul Yuknewicz --- .github/env/global.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/env/global.env b/.github/env/global.env index 15e1ac280..4087a8875 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ - DAPR_CLI_VERSION: 1.12.0-rc.1 - DAPR_RUNTIME_VERSION: 1.12.0-rc.3 + DAPR_CLI_VERSION: 1.12.0-rc.2 + DAPR_RUNTIME_VERSION: 1.12.0-rc.4 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr MACOS_PYTHON_VERSION: 3.10