fix: cockroach v19.2.4 not found
This commit is contained in:
parent
6264005cc6
commit
3d0bcc1884
|
@ -1,5 +1,5 @@
|
||||||
name: test cockroach
|
name: test cockroach
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: "go.mod"
|
||||||
- name: test cockroach
|
- name: test cockroach
|
||||||
env:
|
env:
|
||||||
TEST_COCKROACH_HOST: "cockroach:26257"
|
TEST_COCKROACH_HOST: "cockroach:26257"
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cockroach:
|
cockroach:
|
||||||
image: cockroachdb/cockroach:v19.2.4
|
image: cockroachdb/cockroach:v24.2.5
|
||||||
cmd:
|
cmd:
|
||||||
- 'start'
|
- "start"
|
||||||
- '--insecure'
|
- "--insecure"
|
||||||
|
|
|
@ -523,4 +523,3 @@ You can find all the changelog [here](CHANGELOG.md)
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
BSD License [http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/)
|
BSD License [http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue