Skip to content

Commit 4c2a004

Browse files
committed
chore: bump greptimedb to 1.0 rc1
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
1 parent 1600609 commit 4c2a004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- name: Setup greptimedb
2222
run: |
23-
GREPTIMEDB_VER=v0.17.2
23+
GREPTIMEDB_VER=v1.0.0-rc.1
2424
DOWNLOAD_URL=https://github.com/GreptimeTeam/greptimedb
2525
curl -L ${DOWNLOAD_URL}/releases/download/${GREPTIMEDB_VER}/greptime-linux-amd64-${GREPTIMEDB_VER}.tar.gz -o /tmp/greptimedb-${GREPTIMEDB_VER}-linux-amd64.tar.gz
2626
mkdir -p /tmp/greptimedb-download

0 commit comments

Comments
 (0)