We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1600609 commit 4c2a004Copy full SHA for 4c2a004
.github/workflows/erlang.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v3
21
- name: Setup greptimedb
22
run: |
23
- GREPTIMEDB_VER=v0.17.2
+ GREPTIMEDB_VER=v1.0.0-rc.1
24
DOWNLOAD_URL=https://github.com/GreptimeTeam/greptimedb
25
curl -L ${DOWNLOAD_URL}/releases/download/${GREPTIMEDB_VER}/greptime-linux-amd64-${GREPTIMEDB_VER}.tar.gz -o /tmp/greptimedb-${GREPTIMEDB_VER}-linux-amd64.tar.gz
26
mkdir -p /tmp/greptimedb-download
0 commit comments