Skip to content

Commit

Permalink
Update longhauls to 1.13 rcs (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Hal Spang <[email protected]>
  • Loading branch information
halspang authored Feb 21, 2024
1 parent 80ca515 commit 643e552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
DAPR_RUNTIME_VER: 1.12.0
DAPR_RUNTIME_VER: 1.13.0-rc.6
DAPR_NAMESPACE: dapr-system
TEST_CLUSTER_NAME: aks-longhaul-release
TEST_RESOURCE_GROUP: aks-longhaul-release
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<ItemGroup>
<PackageVersion Include="Dapr.Client" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.Workflow" Version="1.12.0-rc01" />
<PackageVersion Include="Dapr.Client" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.AspNetCore" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.13.0-rc03" />
<PackageVersion Include="Dapr.Workflow" Version="1.13.0-rc03" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageVersion Include="prometheus-net" Version="3.5.0" />
Expand Down

0 comments on commit 643e552

Please sign in to comment.