From a46f5c1bd667123594d2c2f37e2303fe152a9c29 Mon Sep 17 00:00:00 2001 From: go-jet Date: Wed, 7 Feb 2024 11:18:29 +0100 Subject: [PATCH] Update circle.ci postgres image. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 269116b..e21f00a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: docker: # specify the version - image: cimg/go:1.21.6 - - image: cimg/postgres:16.1.0 + - image: cimg/postgres:14.10 environment: POSTGRES_USER: jet POSTGRES_PASSWORD: jet