Skip to content

Commit

Permalink
Update CI to use 1.14.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Hoff <phillip@orst.edu>
  • Loading branch information
philliphoff committed Aug 14, 2024
1 parent fbb7a81 commit c027e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/localinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ az extension add --name containerapp --yes
nvm install v18.12.1

# initialize Dapr
dapr init --runtime-version=1.14.0-rc.2
dapr init --runtime-version=1.14.0
4 changes: 2 additions & 2 deletions .github/workflows/itests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
GOOS: linux
GOARCH: amd64
GOPROXY: https://proxy.golang.org
DAPR_CLI_VER: 1.14.0-rc.2
DAPR_RUNTIME_VER: 1.14.0-rc.2
DAPR_CLI_VER: 1.14.0
DAPR_RUNTIME_VER: 1.14.0
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/release-1.14/install/install.sh
DAPR_CLI_REF: ''
steps:
Expand Down

0 comments on commit c027e3b

Please sign in to comment.