From c19b3e7ae1e8f1b74d17df55ea25ec39ec08ee6b Mon Sep 17 00:00:00 2001 From: go-jet Date: Wed, 7 Feb 2024 11:15:36 +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 b0e39a8..269116b 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: circleci/postgres:12 + - image: cimg/postgres:16.1.0 environment: POSTGRES_USER: jet POSTGRES_PASSWORD: jet