From fd5680c1507743430d9f838b06721398c8a78f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:26:19 +0000 Subject: [PATCH] chore(deps): update buildkite plugin docker-compose to v5.12.0 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5f9b7d2..b62f5f5 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.0: 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.0: 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.0: run: app depends_on: quality_assurance \ No newline at end of file