Skip to content

Commit d212c53

Browse files
chore(deps): update buildkite (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4796f7 commit d212c53

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.buildkite/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM golang:1.26.1@sha256:e2ddb153f786ee6210bf8c40f7f35490b3ff7d38be70d1a0d358ba64225f6428
1+
FROM golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5
22

3-
COPY --from=goreleaser/goreleaser-pro:v2.13.3@sha256:34eed2b04907d777ed443e4190262f0d9882b4b03c61a9783eee996ac8b7c657 /usr/bin/goreleaser /usr/local/bin/goreleaser
4-
COPY --from=golangci/golangci-lint:v2.9.0@sha256:dbe337da33f7d649126107cd2cf0375e932c156c1e20e32a2d5205a79ba8c7a8 /usr/bin/golangci-lint /usr/local/bin/golangci-lint
3+
COPY --from=goreleaser/goreleaser-pro:v2.14.3@sha256:086a121392cc9995517316ad6502a75c7b5a55d95a521938a556c7d3c352ec7e /usr/bin/goreleaser /usr/local/bin/goreleaser
4+
COPY --from=golangci/golangci-lint:v2.11.3@sha256:e838e8ab68aaefe83e2408691510867ade9329c0e0b895a3fb35eb93d1c2a4ba /usr/bin/golangci-lint /usr/local/bin/golangci-lint
55
COPY --from=ghcr.io/ko-build/ko:fc0e4c0582f0801600929b5aaf6981aabdf47148 /ko-app/ko /usr/local/bin/ko

.buildkite/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
golangci-lint:
3-
image: golangci/golangci-lint:v2.8.0
3+
image: golangci/golangci-lint:v2.11.3
44
working_dir: /app
55
volumes:
66
- ..:/app

.buildkite/pipeline.release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- POSTHOG_API_KEY
1414
- OAUTH_CLIENT_ID
1515
plugins:
16-
- docker-compose#v5.2.0:
16+
- docker-compose#v5.12.1:
1717
command:
1818
- .buildkite/release.sh
1919
- release
@@ -37,10 +37,10 @@ steps:
3737
- "deb"
3838
- "rpm"
3939
plugins:
40-
- artifacts#v1.9.3:
40+
- artifacts#v1.9.4:
4141
download:
4242
- dist/linux/*
43-
- docker-compose#v5.2.0:
43+
- docker-compose#v5.12.1:
4444
command:
4545
- .buildkite/upload-packages.sh
4646
- "{{matrix}}"
@@ -66,15 +66,15 @@ steps:
6666
- organization_slug
6767
- organization_id
6868
- pipeline_slug
69-
- aws-ssm#v1.0.0:
69+
- aws-ssm#v1.1.0:
7070
parameters:
7171
GITHUB_TOKEN: /pipelines/buildkite/buildkite-cli-release/github-token
7272
DOCKERHUB_USER: /pipelines/buildkite/buildkite-cli-release/dockerhub-user
7373
DOCKERHUB_PASSWORD: /pipelines/buildkite/buildkite-cli-release/dockerhub-password
74-
- artifacts#v1.9.3:
74+
- artifacts#v1.9.4:
7575
download:
7676
- dist/**/*
77-
- docker-compose#v5.2.0:
77+
- docker-compose#v5.12.1:
7878
command:
7979
- .buildkite/release.sh
8080
- continue

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- name: ":golangci-lint: lint"
66
command: golangci-lint run --verbose --timeout 3m
77
plugins:
8-
- docker-compose#v5.2.0:
8+
- docker-compose#v5.12.1:
99
config: .buildkite/docker-compose.yaml
1010
run: golangci-lint
1111
tty: true
@@ -18,7 +18,7 @@ steps:
1818
- go run github.com/nikolaydubina/go-cover-treemap@latest -coverprofile cover.out > cover-tree.svg
1919
- echo '<details><summary>Coverage tree map</summary><img src="artifact://cover-tree.svg" alt="Test coverage tree map" width="70%"></details>' | buildkite-agent annotate --style "info"
2020
plugins:
21-
- docker-compose#v5.2.0:
21+
- docker-compose#v5.12.1:
2222
config: .buildkite/docker-compose.yaml
2323
run: golangci-lint
2424
tty: true
@@ -37,7 +37,7 @@ steps:
3737
- POSTHOG_API_KEY
3838
- OAUTH_CLIENT_ID
3939
plugins:
40-
- docker-compose#v5.2.0:
40+
- docker-compose#v5.12.1:
4141
command:
4242
- .buildkite/release.sh
4343
- release
@@ -92,7 +92,7 @@ steps:
9292
- organization_slug
9393
- organization_id
9494
- pipeline_slug
95-
- aws-ssm#v1.0.0:
95+
- aws-ssm#v1.1.0:
9696
parameters:
9797
GITHUB_TOKEN: /pipelines/buildkite/buildkite-cli/github-token
9898
GITHUB_USER: /pipelines/buildkite/buildkite-cli/github-user

0 commit comments

Comments
 (0)