From 34a06ed1981faf2b04a3825a7eb23b22b36b53e9 Mon Sep 17 00:00:00 2001 From: go-jet Date: Fri, 17 Oct 2025 19:47:27 +0200 Subject: [PATCH] Update circle.ci to go 1.23. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1518364..39cd6b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build_and_tests: docker: # specify the version - - image: cimg/go:1.22.8 + - image: cimg/go:1.23.8 # Please keep the version in sync with test/docker-compose.yaml - image: cimg/postgres:14.1