diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 826c21ddbf..294bdcb3d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.4.0-rc.1 - DAPR_RUNTIME_VER: 1.4.0-rc.6 + 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_REF: DAPR_REF: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2de9fe01c4..23264b5011 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,8 +30,8 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.4.0-rc.1 - DAPR_RUNTIME_VER: 1.4.0-rc.6 + 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_REF: DAPR_REF: diff --git a/examples/src/main/java/io/dapr/examples/secrets/README.md b/examples/src/main/java/io/dapr/examples/secrets/README.md index d2f8f301d5..24a1ddb387 100644 --- a/examples/src/main/java/io/dapr/examples/secrets/README.md +++ b/examples/src/main/java/io/dapr/examples/secrets/README.md @@ -104,7 +104,7 @@ Create secret (replace `$MY_FAVORITE_MOVIE` with a title of our choice):