From 3ed0e232084ae0be14d176f75c304a45f7f2ca09 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 6 Mar 2024 09:41:30 -0800 Subject: [PATCH] Upgrades test baseline to full release 1.13.0 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 e1d48da81..87e40eb49 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ - DAPR_CLI_VERSION: 1.13.0-rc.1 - DAPR_RUNTIME_VERSION: 1.13.0-rc.8 + DAPR_CLI_VERSION: 1.13.0 + DAPR_RUNTIME_VERSION: 1.13.0 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr MACOS_PYTHON_VERSION: 3.10