From e44789845c012f3a27a1906c6dc146c34427c9b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:36:27 -0500 Subject: [PATCH] Update buildkite plugin docker to v5.11.0 (#116) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b6cc89a..02ff00f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,7 +7,7 @@ steps: - label: ":golangci-lint: lint :lint-roller:" key: "lint" plugins: - - docker#v5.10.0: + - docker#v5.11.0: environment: - GOFLAGS=-buildvcs=false image: "registry.hub.docker.com/golangci/golangci-lint:v1.57-alpine" @@ -26,7 +26,7 @@ steps: key: "gobuild" artifact_paths: "bin/${APP_NAME}" plugins: - - docker#v5.10.0: + - docker#v5.11.0: image: "golang:1.22" environment: - CGO_ENABLED=0