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

View File

@ -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/)