Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 7ebc3ac

Browse files
committed
chore(deps): update circleci/postgres docker tag to v9.6
1 parent 2207e45 commit 7ebc3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
docker:
55
- image: circleci/golang:1.12
66
- image: redis
7-
- image: circleci/postgres:9.4
7+
- image: circleci/postgres:9.6
88
environment:
99
POSTGRES_USER: postgres
1010
POSTGRES_DB: api_test

0 commit comments

Comments
 (0)