From 2f0cd2a8f56b36dd9d81d1494e8e1c69a56396fa Mon Sep 17 00:00:00 2001 From: joshvanl Date: Thu, 12 Oct 2023 15:04:40 +0100 Subject: [PATCH] Updates Dapr version to 1.12.0 Signed-off-by: joshvanl --- .github/workflows/itests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/itests.yml b/.github/workflows/itests.yml index 870264f40..67674681f 100644 --- a/.github/workflows/itests.yml +++ b/.github/workflows/itests.yml @@ -37,11 +37,11 @@ jobs: GOOS: linux GOARCH: amd64 GOPROXY: https://proxy.golang.org - DAPR_CLI_VER: 1.9.1 - DAPR_RUNTIME_VER: 1.10.5 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh + DAPR_CLI_VER: 1.12.0 + DAPR_RUNTIME_VER: 1.12.0 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/release-1.12/install/install.sh DAPR_CLI_REF: '' - DAPR_REF: '4181de0edc65fc98a836ae7abc6042c575c8fae5' + DAPR_REF: '2149fca96cdf11627c387bda26dcc027d1c47354' steps: - name: Set up Dapr CLI run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}