From a0c65a0dea979a3657c4ef6429a346d1e31da125 Mon Sep 17 00:00:00 2001 From: Matthew Gabeler-Lee Date: Thu, 22 Feb 2024 00:00:24 -0500 Subject: [PATCH] fix: update cimg/postgres versions --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 395174d..2c1157f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,9 +4,9 @@ orbs: sixrs-gke: sixriversystems/sixrs-gke@7 aliases: - - &pg_default "14.10" - - &pg_future "15.5" - - &pg_latest "16.1" + - &pg_default "14.11" + - &pg_future "15.6" + - &pg_latest "16.2" jobs: all-in-one: