Commit c313095 1 parent 7d05d6f commit c313095 Copy full SHA for c313095
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
python -m pip install --upgrade pip
83
83
pip install setuptools wheel twine tox
84
84
- name : Set up Dapr CLI
85
- run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
85
+ run : wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s 1.15.0-rc.1
86
86
- name : Set up Go ${{ env.GOVER }}
87
87
if : env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
88
88
uses : actions/setup-go@v5
@@ -109,10 +109,10 @@ jobs:
109
109
make
110
110
sudo cp dist/linux_amd64/release/dapr /usr/local/bin/dapr
111
111
cd ..
112
- - name : Initialize Dapr runtime ${{ env.DAPR_RUNTIME_VER }}
112
+ - name : Initialize Dapr runtime 1.15.0-rc.5
113
113
run : |
114
114
dapr uninstall --all
115
- dapr init --runtime-version ${{ env.DAPR_RUNTIME_VER }}
115
+ dapr init --runtime-version 1.15.0-rc.5
116
116
- name : Build and override daprd with referenced commit.
117
117
if : env.DAPR_REF != ''
118
118
run : |
You can’t perform that action at this time.
0 commit comments