We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d860d3c commit 6c02c3bCopy full SHA for 6c02c3b
build/teamcity-test.sh
@@ -3,7 +3,7 @@
3
set -euox pipefail
4
5
# Download CockroachDB
6
-VERSION=v20.2.1
+VERSION=v20.2.3
7
wget -qO- https://binaries.cockroachdb.com/cockroach-$VERSION.linux-amd64.tgz | tar xvz
8
readonly COCKROACH=./cockroach-$VERSION.linux-amd64/cockroach
9
0 commit comments