Skip to content

Commit

Permalink
Vc/crdb v23.1 (#62)
Browse files Browse the repository at this point in the history
* use CRDB v23.1 in the docker compose

* fix up busted generated file
  • Loading branch information
DoctorVin authored Jun 13, 2024
1 parent 1de9d4e commit 9fb257f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
41 changes: 37 additions & 4 deletions internal/models/crdb_main_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
fleetdb:
image: ghcr.io/metal-toolbox/fleetdb:latest
Expand Down Expand Up @@ -29,7 +27,7 @@ services:
- hollow

crdb:
image: cockroachdb/cockroach:latest-v21.1
image: cockroachdb/cockroach:latest-v23.1
volumes:
- db:/cockroach/cockroach-data
command: start-single-node --insecure
Expand Down

0 comments on commit 9fb257f

Please sign in to comment.