From c027e3b9a19c220ee414c49a0fe366bdfa06ec6b Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Wed, 14 Aug 2024 10:12:39 -0700 Subject: [PATCH] Update CI to use 1.14.0. Signed-off-by: Phillip Hoff --- .devcontainer/localinit.sh | 2 +- .github/workflows/itests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/localinit.sh b/.devcontainer/localinit.sh index 5cbac873..69c4c127 100644 --- a/.devcontainer/localinit.sh +++ b/.devcontainer/localinit.sh @@ -6,4 +6,4 @@ az extension add --name containerapp --yes nvm install v18.12.1 # initialize Dapr -dapr init --runtime-version=1.14.0-rc.2 \ No newline at end of file +dapr init --runtime-version=1.14.0 \ No newline at end of file diff --git a/.github/workflows/itests.yml b/.github/workflows/itests.yml index 6967b97e..36741ce7 100644 --- a/.github/workflows/itests.yml +++ b/.github/workflows/itests.yml @@ -42,8 +42,8 @@ jobs: GOOS: linux GOARCH: amd64 GOPROXY: https://proxy.golang.org - DAPR_CLI_VER: 1.14.0-rc.2 - DAPR_RUNTIME_VER: 1.14.0-rc.2 + DAPR_CLI_VER: 1.14.0 + DAPR_RUNTIME_VER: 1.14.0 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/release-1.14/install/install.sh DAPR_CLI_REF: '' steps: