From 5c59f003fb2f928c58710ae331b2889d48b6b3b3 Mon Sep 17 00:00:00 2001 From: Yonas Date: Sun, 18 Feb 2024 23:02:56 -0500 Subject: [PATCH] Update CircleCI workflow. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aef6b38..bc7b0f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,11 +2,11 @@ version: 2 jobs: build: docker: - - image: cimg/go:1.17.13 + - image: cimg/go:1.21 - image: progrium/consul command: "-server -bootstrap" - - image: mongo:3.4 - - image: mysql:5.7 + - image: mongo:latest + - image: mysql:latest environment: MYSQL_ALLOW_EMPTY_PASSWORD: 1 MYSQL_DATABASE: test