From f027cfd652622fcc629b5b4c47f1da1ffe62426c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:11:34 +0000 Subject: [PATCH] Update buildkite plugin docker to v5.9.0 --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 41b7baae..e4842224 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,13 +2,13 @@ steps: - label: ":golangci-lint: lint :lint-roller:" key: "lint" plugins: - - docker#v5.7.0: + - docker#v5.9.0: image: "registry.hub.docker.com/golangci/golangci-lint:v1.43-alpine" command: ["golangci-lint", "run", "-v"] - label: ":test_tube: test" key: "test" plugins: - - docker#v5.7.0: + - docker#v5.9.0: image: "golang:1.20" command: ["go", "test", "-cover" ,"-race", "./..."]