Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 8eb215d commit db9375b
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 @@ -12,7 +12,7 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.7.0:
- docker#v5.8.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.51-alpine"
command: ["golangci-lint", "run", "-v"]
volumes:
Expand All @@ -24,7 +24,7 @@ steps:
- ssh://git@github.com/packethost/ssm-buildkite-plugin#v1.0.3:
parameters:
GITHUB_TOKEN: /buildkite/github/personal-access-token/v1
- docker#v5.7.0:
- docker#v5.8.0:
image: "golang:1.20"
environment:
- "GOPRIVATE"
Expand All @@ -39,7 +39,7 @@ steps:
- ssh://git@github.com/packethost/ssm-buildkite-plugin#v1.0.3:
parameters:
GITHUB_TOKEN: /buildkite/github/personal-access-token/v1
- docker#v5.7.0:
- docker#v5.8.0:
image: "golang:1.20"
environment:
- GOPRIVATE
Expand Down

0 comments on commit db9375b

Please sign in to comment.