diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cc1ab1c..af4fe5d 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.6.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.6.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.6.0: run: app depends_on: quality_assurance \ No newline at end of file