From 56fa1c7c68d9ff7c9923555c2c3e026b32f1e01c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 02:00:36 +0000 Subject: [PATCH] chore(deps): update buildkite plugin docker-compose to v5.12.1 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5f9b7d2..e621ce1 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,7 +7,7 @@ steps: label: ':golang: vet' command: go vet ./... plugins: - - docker-compose#v5.4.0: + - docker-compose#v5.12.1: run: app - key: test label: ':golang: test' @@ -16,7 +16,7 @@ steps: artifact_paths: - 'coverage.txt' # Upload the coverage report as an artifact. plugins: - - docker-compose#v5.4.0: + - docker-compose#v5.12.1: run: app # Build the application after the quality assurance steps are done. - key: build @@ -25,6 +25,6 @@ steps: artifact_paths: - 'dist/app' # Upload the built application as an artifact. plugins: - - docker-compose#v5.4.0: + - docker-compose#v5.12.1: run: app depends_on: quality_assurance \ No newline at end of file