From 0704ea089c30dac38521e5aa7aece4cc8c6e6cfb Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 10 Mar 2023 09:42:52 -0800 Subject: [PATCH] Build on 1.67 (#350) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a43d4bd..5e2d114 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: ghcr.io/levkk/pgcat-ci:latest + - image: ghcr.io/levkk/pgcat-ci:1.67 environment: RUST_LOG: info LLVM_PROFILE_FILE: /tmp/pgcat-%m-%p.profraw