Skip to content

Commit

Permalink
ci: use pinned image "mongo:5" (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Oct 10, 2022
1 parent fba704d commit 436c60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -164,7 +164,7 @@ jobs:
runs-on: ${{ matrix.platform }}
services:
mongodb:
image: mongo
image: mongo:5
env:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
Expand Down

0 comments on commit 436c60c

Please sign in to comment.