From c4ce03d70c67312a7b39722b2c16a3726c5f940a Mon Sep 17 00:00:00 2001 From: Felipe Pinheiro Date: Mon, 23 Mar 2026 11:21:56 -0300 Subject: [PATCH] Update circle.ci to go 1.24. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39cd6b5..d0a24a1 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.23.8 + - image: cimg/go:1.24.8 # Please keep the version in sync with test/docker-compose.yaml - image: cimg/postgres:14.1