fix: cockroach v19.2.4 not found

This commit is contained in:
luoji 2024-11-28 21:50:48 +08:00
parent 6264005cc6
commit 3d0bcc1884
2 changed files with 5 additions and 6 deletions

View File

@ -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"

View File

@ -523,4 +523,3 @@ You can find all the changelog [here](CHANGELOG.md)
## LICENSE
BSD License [http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/)