Skip to content

Commit

Permalink
update db version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgysavva committed Apr 7, 2024
1 parent 345c2ee commit be75409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- name: Download CockroachDB Binary
run: |
wget -qO- https://binaries.cockroachdb.com/cockroach-v20.1.3.linux-amd64.tgz | tar xvz
sudo cp -i cockroach-v20.1.3.linux-amd64/cockroach /usr/local/bin/
wget -qO- https://binaries.cockroachdb.com/cockroach-v23.2.3.linux-amd64.tgz | tar xvz
sudo cp -i cockroach-v23.2.3.linux-amd64/cockroach /usr/local/bin/
- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit be75409

Please sign in to comment.