From 7699f2b5869bfe5f7ee0c98702f261febdad4a7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:09:22 +0000 Subject: [PATCH] chore(deps): update buildkite plugin docker to v5.9.0 --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c0497aa..dd18e49 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,7 +9,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.51-alpine" command: ["golangci-lint", "run", "-v"] volumes: @@ -21,7 +21,7 @@ steps: - ssh://git@github.com/packethost/ssm-buildkite-plugin#v1.0.4: parameters: GITHUB_TOKEN: /buildkite/github/personal-access-token/v1 - - docker#v5.8.0: + - docker#v5.9.0: image: "golang:1.19" environment: - "GOPRIVATE" @@ -36,7 +36,7 @@ steps: - ssh://git@github.com/packethost/ssm-buildkite-plugin#v1.0.4: parameters: GITHUB_TOKEN: /buildkite/github/personal-access-token/v1 - - docker#v5.8.0: + - docker#v5.9.0: image: "golang:1.19" environment: - GOPRIVATE