Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
label: ':golang: vet'
command: go vet ./...
plugins:
- docker-compose#v5.4.0:
- docker-compose#v5.11.0:
run: app
- key: test
label: ':golang: test'
Expand All @@ -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.11.0:
run: app
# Build the application after the quality assurance steps are done.
- key: build
Expand All @@ -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.11.0:
run: app
depends_on: quality_assurance