Skip to content

Commit

Permalink
Update CircleCI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonas committed Feb 19, 2024
1 parent ca3a900 commit 5c59f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.17.13
- image: cimg/go:1.21
- image: progrium/consul
command: "-server -bootstrap"
- image: mongo:3.4
- image: mysql:5.7
- image: mongo:latest
- image: mysql:latest
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 1
MYSQL_DATABASE: test
Expand Down

0 comments on commit 5c59f00

Please sign in to comment.