From ee5775a65c6346d99105742063a94da491f09abe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:52:48 +0000 Subject: [PATCH] chore(deps): update buildkite plugin docker to v5.13.0 --- .buildkite/pipeline.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 73c1456..276a6f2 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -10,7 +10,7 @@ steps: key: "lint" cancel_on_build_failing: true plugins: - - docker#v5.12.0: + - docker#v5.13.0: image: "ghcr.io/theopenlane/build-image:latest" always-pull: true command: ["task", "go:lint"] @@ -20,7 +20,7 @@ steps: key: "go_test" cancel_on_build_failing: true plugins: - - docker#v5.12.0: + - docker#v5.13.0: image: "ghcr.io/theopenlane/build-image:latest" always-pull: true command: ["task", "go:test:cover"] @@ -38,7 +38,7 @@ steps: - artifacts#v1.9.4: download: "coverage.out" step: "go_test" - - docker#v5.12.0: + - docker#v5.13.0: image: "sonarsource/sonar-scanner-cli:11" environment: - "SONAR_TOKEN" @@ -55,7 +55,7 @@ steps: - artifacts#v1.9.4: download: coverage.out step: "go_test" - - docker#v5.12.0: + - docker#v5.13.0: image: "sonarsource/sonar-scanner-cli:11" environment: - "SONAR_TOKEN"