Skip to content

Commit 9111c56

Browse files
Update buildkite plugin docker-compose to v5.7.0
1 parent 0429e4a commit 9111c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
label: ':golang: vet'
88
command: go vet ./...
99
plugins:
10-
- docker-compose#v5.4.0:
10+
- docker-compose#v5.7.0:
1111
run: app
1212
- key: test
1313
label: ':golang: test'
@@ -16,7 +16,7 @@ steps:
1616
artifact_paths:
1717
- 'coverage.txt' # upload the coverage report as an artifact
1818
plugins:
19-
- docker-compose#v5.4.0:
19+
- docker-compose#v5.7.0:
2020
run: app
2121
# build the application after the quality assurance steps are done
2222
- key: build
@@ -25,6 +25,6 @@ steps:
2525
artifact_paths:
2626
- 'dist/app' # upload the built application as an artifact
2727
plugins:
28-
- docker-compose#v5.4.0:
28+
- docker-compose#v5.7.0:
2929
run: app
3030
depends_on: quality_assurance

0 commit comments

Comments
 (0)