We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfb70f commit da74891Copy full SHA for da74891
.buildkite/pipeline.yml
@@ -7,7 +7,7 @@ steps:
7
label: ':golang: vet'
8
command: go vet ./...
9
plugins:
10
- - docker-compose#v5.4.0:
+ - docker-compose#v5.11.0:
11
run: app
12
- key: test
13
label: ':golang: test'
@@ -16,7 +16,7 @@ steps:
16
artifact_paths:
17
- 'coverage.txt' # Upload the coverage report as an artifact.
18
19
20
21
# Build the application after the quality assurance steps are done.
22
- key: build
@@ -25,6 +25,6 @@ steps:
25
26
- 'dist/app' # Upload the built application as an artifact.
27
28
29
30
depends_on: quality_assurance
0 commit comments