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"