Skip to content

Commit

Permalink
chore(deps): update buildkite plugin docker to v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 2ca68a9 commit 252025c
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 @@ -9,7 +9,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 @@ -21,7 +21,7 @@ steps:
- ssh://[email protected]/packethost/ssm-buildkite-plugin#v1.0.4:
parameters:
GITHUB_TOKEN: /buildkite/github/personal-access-token/v1
- docker#v5.7.0:
- docker#v5.8.0:
image: "golang:1.19"
environment:
- "GOPRIVATE"
Expand All @@ -36,7 +36,7 @@ steps:
- ssh://[email protected]/packethost/ssm-buildkite-plugin#v1.0.4:
parameters:
GITHUB_TOKEN: /buildkite/github/personal-access-token/v1
- docker#v5.7.0:
- docker#v5.8.0:
image: "golang:1.19"
environment:
- GOPRIVATE
Expand Down

0 comments on commit 252025c

Please sign in to comment.