Skip to content

Commit

Permalink
test: use mongo 5
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuzawa committed Oct 27, 2022
1 parent 1a76dff commit 10a44d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Test
env:
GO111MODULE: "on"
MONGODB_TEST_CXN: "mongodb://localhost:27017"
MONGODB_TEST_CXN: "mongodb://localhost:27017/"
run: make generate; if [ -z "$FIX_TEST" ]; then make build; make; else make build_accept; make $FIX_TEST; fi

- name: after test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: '3.8'

services:
mongo:
image: mongo:latest
image: mongo:5
ports:
- "27017:27017"

0 comments on commit 10a44d9

Please sign in to comment.