Skip to content

Commit

Permalink
chore(deps): update buildkite plugin docker to v5.11.0 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent c388a2e commit 5dc3fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.10.0:
- docker#v5.11.0:
image: "golang:1.20"
command: |
make lint
- label: ":test_tube: test"
key: "gotest"
plugins:
- docker#v5.10.0:
- docker#v5.11.0:
image: "golang:1.20"
command: |
make test
Expand All @@ -24,7 +24,7 @@ steps:
key: "gobuild"
artifact_paths: "bin/${APP_NAME}"
plugins:
- docker#v5.10.0:
- docker#v5.11.0:
image: "golang:1.20"
environment:
- APP_NAME
Expand Down

0 comments on commit 5dc3fc8

Please sign in to comment.