Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.9.0 (#69)
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 Oct 1, 2023
1 parent fae43b8 commit 56672e9
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 @@ -8,7 +8,7 @@ steps:
- label: ":golangci-lint: lint :lint-roller:"
key: "lint"
plugins:
- docker#v5.8.0:
- docker#v5.9.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.53-alpine"
command: ["golangci-lint", "run", "-v", "--timeout", "5m"]

Expand All @@ -25,7 +25,7 @@ steps:
key: "gobuild"
artifact_paths: "bin/${APP_NAME}"
plugins:
- docker#v5.8.0:
- docker#v5.9.0:
image: "golang:1.20"
environment:
- CGO_ENABLED=0
Expand Down

0 comments on commit 56672e9

Please sign in to comment.