From 9111c56a6b0a39f6e93540e12077aaf5774f161b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 01:34:11 +0000 Subject: [PATCH] Update buildkite plugin docker-compose to v5.7.0 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cc1ab1c..1878b57 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.7.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.7.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.7.0: run: app depends_on: quality_assurance \ No newline at end of file