From 99c3794a62d61d7801dd6e5cafbe2c73d933d35e Mon Sep 17 00:00:00 2001 From: Mukundan Sundararajan Date: Fri, 12 Feb 2021 08:26:58 -0800 Subject: [PATCH] update CLI version to rc6 (#489) --- .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 e52074ea3..2e4fe2e89 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 1fb8c0a18..3f68af189 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: