Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.11.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 185aa7d commit e447898
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 @@ -7,7 +7,7 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.10.0:
- docker#v5.11.0:
environment:
- GOFLAGS=-buildvcs=false
image: "registry.hub.docker.com/golangci/golangci-lint:v1.57-alpine"
Expand All @@ -26,7 +26,7 @@ steps:
key: "gobuild"
artifact_paths: "bin/${APP_NAME}"
plugins:
- docker#v5.10.0:
- docker#v5.11.0:
image: "golang:1.22"
environment:
- CGO_ENABLED=0
Expand Down

0 comments on commit e447898

Please sign in to comment.