Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 691761b commit 22925d3
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 @@ -8,7 +8,7 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.9.0:
- docker#v5.10.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.54-alpine"
command: ["golangci-lint", "run", "-v"]
environment:
Expand All @@ -17,15 +17,15 @@ steps:
- label: ":test_tube: test"
key: "test"
plugins:
- docker#v5.9.0:
- docker#v5.10.0:
image: "golang:1.21"
command: ["go", "test", "-cover" ,"-race", "./..."]

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

0 comments on commit 22925d3

Please sign in to comment.