Skip to content

Commit 2ac7aaf

Browse files
Update buildkite plugin docker-compose to v5.12.1 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 111f96c commit 2ac7aaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- name: ":golangci-lint: lint"
66
command: golangci-lint run --verbose --timeout 3m
77
plugins:
8-
- docker-compose#v5.10.0:
8+
- docker-compose#v5.12.1:
99
config: .buildkite/compose.yaml
1010
run: golangci-lint
1111
tty: true
@@ -14,7 +14,7 @@ steps:
1414
commands:
1515
- go test -cover -v ./...
1616
plugins:
17-
- docker-compose#v5.10.0:
17+
- docker-compose#v5.12.1:
1818
config: .buildkite/compose.yaml
1919
run: golangci-lint
2020
tty: true

0 commit comments

Comments
 (0)