From a7e41966f561336e494a23e0194acf6da3402018 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Mon, 13 Nov 2023 12:07:37 -0800 Subject: [PATCH] Specify CI builder image This should help fix the issue that CI can easily be broken if the CI image is not compatible and helps make it possible to test the CI image. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14665a587706..727a41cd5c0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: ci_builder_image: type: string - default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest + default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.27.0 orbs: go: circleci/go@1.8.0