Skip to content

Commit

Permalink
Fix circleci
Browse files Browse the repository at this point in the history
Issue:
  • Loading branch information
stafot committed Oct 21, 2022
1 parent f6bc1cc commit 681a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- image: cimg/go:1.17
environment:
CLOUD_DATABASE=postgres://cloud_test@localhost:5432/cloud_test?sslmode=disable
- image: circleci/postgres:11.2-alpine
- image: cimg/postgres:12.11
environment:
POSTGRES_USER: cloud_test
POSTGRES_DB: cloud_test
Expand Down

0 comments on commit 681a10b

Please sign in to comment.