From 9cf95c65ab092d30e3a6ca97075cb99744e26697 Mon Sep 17 00:00:00 2001 From: Mukundan Sundararajan Date: Thu, 11 Feb 2021 17:34:13 -0800 Subject: [PATCH] update CLI version to rc6 --- .github/workflows/build.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e52074ea36..2e4fe2e892 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: 13.0.x - DAPR_CLI_VER: 1.0.0-rc.5 + DAPR_CLI_VER: 1.0.0-rc.6 DAPR_RUNTIME_VER: 1.0.0-rc.4 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh DAPR_CLI_REF: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1fb8c0a18d..3f68af1890 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -27,7 +27,7 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: 13.0.x - DAPR_CLI_VER: 1.0.0-rc.5 + DAPR_CLI_VER: 1.0.0-rc.6 DAPR_RUNTIME_VER: 1.0.0-rc.4 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh DAPR_CLI_REF: