Skip to content

Commit

Permalink
update server version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Nov 25, 2024
1 parent 3347ffc commit 6e79baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_databend_cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "query and meta service version"
required: true
default: "1.2.655-nightly"
default: "1.2.663-nightly"
target:
description: ""
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: ./.github/actions/setup_databend_cluster
timeout-minutes: 15
with:
version: '1.2.655-nightly'
version: '1.2.663-nightly'
target: 'x86_64-unknown-linux-gnu'

- name: Test with conn to node 1
Expand Down

0 comments on commit 6e79baf

Please sign in to comment.