Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 5c14f54 commit 38e0046
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
cancel_on_build_failing: true
key: "lint"
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "registry.hub.docker.com/golangci/golangci-lint:v1.60.3"
command: ["golangci-lint", "run", "-v", "--timeout", "10m", "--config", ".golangci.yaml", "--concurrency", "0"]
environment:
Expand All @@ -18,7 +18,7 @@ steps:
key: "go_test"
cancel_on_build_failing: true
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: golang:1.23.1
always-pull: true
command: ["go", "test", "-coverprofile=coverage.out", "./..."]
Expand All @@ -30,7 +30,7 @@ steps:
- label: ":closed_lock_with_key: gosec"
key: "gosec"
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "securego/gosec:2.20.0"
command: ["-no-fail", "-exclude-generated", "-fmt sonarqube", "-out", "results.txt", "./..."]
environment:
Expand All @@ -46,7 +46,7 @@ steps:
- artifacts#v1.9.4:
download: "coverage.out"
step: "go_test"
- docker#v5.11.0:
- docker#v5.12.0:
image: "sonarsource/sonar-scanner-cli:11"
environment:
- "SONAR_TOKEN"
Expand All @@ -62,7 +62,7 @@ steps:
- artifacts#v1.9.4:
download: coverage.out
step: "go_test"
- docker#v5.11.0:
- docker#v5.12.0:
image: "sonarsource/sonar-scanner-cli:11"
environment:
- "SONAR_TOKEN"
Expand Down

0 comments on commit 38e0046

Please sign in to comment.