Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent a66ca8f commit f027cfd
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.9.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.9.0:
image: "golang:1.20"
command: ["go", "test", "-cover" ,"-race", "./..."]

0 comments on commit f027cfd

Please sign in to comment.