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: