From 4ed7109f16e1e61928a249a8393383c7a46b59c8 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Mon, 17 Jan 2022 22:31:30 -0800 Subject: [PATCH] Update CLI and runtime to 1.6.0-rc.x Signed-off-by: Artur Souza --- .github/workflows/build.yml | 6 +++--- .github/workflows/validate.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0f5fc64b..37f0f0899 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.5.1 - DAPR_RUNTIME_VER: 1.5.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh + DAPR_CLI_VER: 1.6.0-rc.1 + DAPR_RUNTIME_VER: 1.6.0-rc.2 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: steps: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f33585c60..4254b1097 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,9 +36,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.5.1 - DAPR_RUNTIME_VER: 1.5.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh + DAPR_CLI_VER: 1.6.0-rc.1 + DAPR_RUNTIME_VER: 1.6.0-rc.2 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: steps: