fix: cockroach v19.2.4 not found
This commit is contained in:
parent
6264005cc6
commit
3d0bcc1884
|
@ -1,5 +1,5 @@
|
|||
name: test cockroach
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
go-version-file: "go.mod"
|
||||
- name: test cockroach
|
||||
env:
|
||||
TEST_COCKROACH_HOST: "cockroach:26257"
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
services:
|
||||
cockroach:
|
||||
image: cockroachdb/cockroach:v19.2.4
|
||||
image: cockroachdb/cockroach:v24.2.5
|
||||
cmd:
|
||||
- 'start'
|
||||
- '--insecure'
|
||||
- "start"
|
||||
- "--insecure"
|
||||
|
|
Loading…
Reference in New Issue