From 70edf7bad2cea45165e16a5ee8430a4379d7103d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:40:23 +0000 Subject: [PATCH] Update buildkite plugin docker to v5.14.0 --- .buildkite/pipeline.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 276a6f2..4409046 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -10,7 +10,7 @@ steps: key: "lint" cancel_on_build_failing: true plugins: - - docker#v5.13.0: + - docker#v5.14.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.13.0: + - docker#v5.14.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.13.0: + - docker#v5.14.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.13.0: + - docker#v5.14.0: image: "sonarsource/sonar-scanner-cli:11" environment: - "SONAR_TOKEN"