Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 01e0b5e commit d45d746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.7.0:
- docker#v5.12.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.43-alpine"
command: ["golangci-lint", "run", "-v"]

- label: ":test_tube: test"
key: "test"
plugins:
- docker#v5.7.0:
- docker#v5.12.0:
image: "golang:1.20"
command: ["go", "test", "-cover" ,"-race", "./..."]

0 comments on commit d45d746

Please sign in to comment.