File tree 2 files changed +3
-2
lines changed
internal/datastore/crdb/version
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ jobs:
285
285
if : " steps.cache-binaries.outputs.cache-hit != 'true'"
286
286
working-directory : " e2e/newenemy"
287
287
run : |
288
- curl https://binaries.cockroachdb.com/cockroach-v22 .1.5 .linux-amd64.tgz | tar -xz && mv cockroach-v22 .1.5 .linux-amd64/cockroach ./cockroach
289
- curl -fsSL https://mirrors.chaos-mesh.org/chaosd-v1.1.1 -linux-amd64.tar.gz | tar -xz && mv chaosd-v1.1.1 -linux-amd64/chaosd ./chaosd
288
+ curl https://binaries.cockroachdb.com/cockroach-v23 .1.30 .linux-amd64.tgz | tar -xz && mv cockroach-v23 .1.30 .linux-amd64/cockroach ./cockroach
289
+ curl -fsSL https://mirrors.chaos-mesh.org/chaosd-v1.4.0 -linux-amd64.tar.gz | tar -xz && mv chaosd-v1.4.0 -linux-amd64/chaosd ./chaosd
290
290
- name : " Build SpiceDB"
291
291
run : |
292
292
go get -d ./...
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// MinimumSupportedCockroachDBVersion is the minimum version of CockroachDB supported for this driver.
4
+ // If you update this, please also update the E2E step in the Github workflow.
4
5
//
5
6
// NOTE: must match a tag on DockerHub for the `cockroachdb/cockroach` image, without the `v` prefix.
6
7
const MinimumSupportedCockroachDBVersion = "23.1.30"
You can’t perform that action at this time.
0 commit comments