Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Jan 28, 2025
1 parent c313095 commit 0ace99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine tox
- name: Set up Dapr CLI
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s 1.15.0-rc.1
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s 1.15.0-rc.3
- name: Set up Go ${{ env.GOVER }}
if: env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
uses: actions/setup-go@v5
Expand All @@ -109,10 +109,10 @@ jobs:
make
sudo cp dist/linux_amd64/release/dapr /usr/local/bin/dapr
cd ..
- name: Initialize Dapr runtime 1.15.0-rc.5
- name: Initialize Dapr runtime 1.15.0-rc.7
run: |
dapr uninstall --all
dapr init --runtime-version 1.15.0-rc.5
dapr init --runtime-version 1.15.0-rc.7
- name: Build and override daprd with referenced commit.
if: env.DAPR_REF != ''
run: |
Expand Down

0 comments on commit 0ace99d

Please sign in to comment.