Skip to content

Commit

Permalink
Update default CockroachDB version (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan authored May 6, 2024
1 parent 4587908 commit cb53b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
// Related to CockroachDB
crdbContainerImage string = "cockroachdb/cockroach" // CockroachDB's image name in the Docker Hub.
crdbVersion string = "v22.2.0" // CockroachDB's version (Tag of container image).
crdbVersion string = "v23.2.4" // CockroachDB's version (Tag of container image).
// Related to Goki
gokiVersion string = "Development version (latest main branch)"
gokiResourceName string = "goki" // Prefix of each resource (e.g. goki-client, goki-network, goki-volume etc...)
Expand Down

0 comments on commit cb53b05

Please sign in to comment.