From e715c4d0352d3c27d47504e16688a611eb5792f9 Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Wed, 14 Feb 2024 10:41:44 -0800 Subject: [PATCH] Update Dapr runtime version. Signed-off-by: Phillip Hoff --- .github/workflows/itests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/itests.yml b/.github/workflows/itests.yml index 5ce7914f8..4ddebc59c 100644 --- a/.github/workflows/itests.yml +++ b/.github/workflows/itests.yml @@ -43,7 +43,7 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org DAPR_CLI_VER: 1.12.0 - DAPR_RUNTIME_VER: 1.13.0 + DAPR_RUNTIME_VER: 1.13.0-rc.2 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/release-1.12/install/install.sh DAPR_CLI_REF: '' steps: