Skip to content

Commit

Permalink
chore(deps): 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 Nov 27, 2023
1 parent 110cbc6 commit 343c157
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,22 +7,22 @@ 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.51-alpine"
command: ["golangci-lint", "run", "-v", "--timeout", "5m"]

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

- label: ":golang: build"
key: "gobuild"
artifact_paths: "bin/${APP_NAME}"
plugins:
- docker#v5.7.0:
- docker#v5.9.0:
image: "golang:1.20"
environment:
- CGO_ENABLED=0
Expand Down

0 comments on commit 343c157

Please sign in to comment.