We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc68d7 commit 74ee36cCopy full SHA for 74ee36c
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Start containerized server and dependencies
86
env:
87
- TEMPORAL_CLI_VERSION: 1.6.1-server-1.31.0-151.0
+ TEMPORAL_CLI_VERSION: 1.7.0
88
run: |
89
wget -O temporal_cli.tar.gz https://github.com/temporalio/cli/releases/download/v${TEMPORAL_CLI_VERSION}/temporal_cli_${TEMPORAL_CLI_VERSION}_linux_amd64.tar.gz
90
tar -xzf temporal_cli.tar.gz
0 commit comments