Skip to content

Commit

Permalink
Specify CI builder image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trianglesphere authored Nov 13, 2023
1 parent 5c5b58e commit a7e4196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit a7e4196

Please sign in to comment.