Skip to content

build(deps): bump the container-images group across 1 directory with 3 updates - #4265

Open
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/docker/dot-buildkite/v3/container-images-2497bec81a
Open

build(deps): bump the container-images group across 1 directory with 3 updates#4265
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/docker/dot-buildkite/v3/container-images-2497bec81a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the container-images group with 3 updates in the /.buildkite directory: docker/library/golang, golangci/golangci-lint and ruby.

Updates docker/library/golang from 1.26.5 to 1.27.0

Updates golangci/golangci-lint from v2.12-alpine to v2.13-alpine

Updates ruby from c400c1e to 72e26fd

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…3 updates

Bumps the container-images group with 3 updates in the /.buildkite directory: docker/library/golang, golangci/golangci-lint and ruby.


Updates `docker/library/golang` from 1.26.5 to 1.27.0

Updates `golangci/golangci-lint` from v2.12-alpine to v2.13-alpine

Updates `ruby` from `c400c1e` to `72e26fd`

---
updated-dependencies:
- dependency-name: docker/library/golang
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: container-images
- dependency-name: golangci/golangci-lint
  dependency-version: v2.13-alpine
  dependency-type: direct:production
  dependency-group: container-images
- dependency-name: ruby
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: container-images
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker labels Aug 24, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 24, 2026 15:46
@dependabot dependabot Bot added docker dependencies Pull requests that update a dependency file labels Aug 24, 2026

@buildsworth-bk-app buildsworth-bk-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgraded lint image is not clean against the current tree; details are inline.

Want to dig deeper?

Paste this into your agent to explore the findings from this review's Buildkite build:

Download the buildsworth logs from build 20349, then answer my questions about the findings.

Install the reading-buildsworth-logs skill to run this.

About buildsworth

Model: gpt-5.6-sol with xhigh thinking.

How to request a review: Comment @buildsworth-bk review on the PR, or request buildsworth-bk as a reviewer.

Risk labels (how buildsworth classifies risk) — buildsworth classifies risk itself from the diff. Unless repository policy already allows L2 approval, grant it by mentioning @buildsworth-bk (see approval ceiling and L2 approval grant):

  • L1 — Low risk (dep bumps, docs/copy, lockfiles, small presentational fixes). buildsworth may approve by default.
  • L2 — Standard risk (new UI, additive API fields, refactors). Approved only when repository policy or a verified grant allows it; otherwise comment-only.
  • L3 — High risk (auth, migrations, payments, secrets, perf-critical paths). Human review always required.

@@ -1 +1 @@
FROM golangci/golangci-lint:v2.12-alpine@sha256:91b27804074a0bacea298707f016911e60cf0cdbc6c7bf5ccacb5f0606d18d60 No newline at end of file
FROM golangci/golangci-lint:v2.13-alpine@sha256:f5e7bd15e2dce6f78f976acc07075f3208ce1a39b78f245f1ea984b2a39d105c No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking: golangci-lint v2.13 is not clean against the current tree. Running the upgraded binary reports SA1019 at internal/socket/server_test.go:113 because http.Transport.Dial is deprecated, while v2.12 reports no issue for that package. This Dockerfile is not in the lint step's if_changed paths, so this PR's CI won't expose the failure; the next lint-triggering change will. Please fix or suppress that finding as part of the upgrade, or keep this image on v2.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants