Skip to content

Commit a54d5ae

Browse files
authored
Merge pull request #1083 from mikeee/runtime-rc6
2 parents f7c9d48 + 7f515aa commit a54d5ae

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.github/env/global.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DAPR_CLI_VERSION: 1.14.0-rc.8
2-
DAPR_RUNTIME_VERSION: 1.14.0-rc.5
3-
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
4-
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
5-
MACOS_PYTHON_VERSION: 3.10
1+
DAPR_CLI_VERSION: 1.14.0-rc.8
2+
DAPR_RUNTIME_VERSION: 1.14.0-rc.6
3+
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
4+
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
5+
MACOS_PYTHON_VERSION: 3.10

.github/workflows/validate_go_quickstarts.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ jobs:
9595
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
9696
pip3 install setuptools wheel
9797
pip3 install mechanical-markdown
98-
- name: Checkout Dapr
99-
uses: actions/checkout@v4
100-
with:
101-
repository: dapr/dapr
102-
ref: df7ece7b8b717b991b22e0e94556e3b16effd034
103-
path: './dapr-dapr'
104-
- name: Build Dapr
105-
run: |
106-
cd ./dapr-dapr/
107-
make build
108-
- name: Override dapr
109-
run: |
110-
cp ./dapr-dapr/dist/linux_amd64/release/daprd ~/.dapr/bin/daprd
11198
- name: Validate building blocks with GO
11299
run: |
113100
variants=("http" "sdk")

0 commit comments

Comments
 (0)