diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a29afa1..f298da0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,7 +8,7 @@ steps: - label: ":golangci-lint: lint :lint-roller:" key: "lint" plugins: - - docker#v5.9.0: + - docker#v5.10.0: image: "registry.hub.docker.com/golangci/golangci-lint:v1.54-alpine" command: ["golangci-lint", "run", "-v"] environment: @@ -17,7 +17,7 @@ steps: - label: ":test_tube: test" key: "test" plugins: - - docker#v5.9.0: + - docker#v5.10.0: image: "golang:1.21" command: ["go", "test", "-cover" ,"-race", "./..."] @@ -25,7 +25,7 @@ steps: key: "gobuild" artifact_paths: "bin/${APP_NAME}" plugins: - - docker#v5.9.0: + - docker#v5.10.0: image: "golang:1.21" environment: - CGO_ENABLED=0