Skip to content

Commit

Permalink
chore(deps): 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 15, 2024
1 parent 4b9a916 commit 2bcafcd
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.9.0:
- docker#v5.12.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.61-alpine"
command: ["golangci-lint", "run", "-v", "--timeout", "5m"]

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

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

0 comments on commit 2bcafcd

Please sign in to comment.