Skip to content

build(deps): bump golang from 1.25 to 1.26 - #2116

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/golang-1.26
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/golang-1.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps golang from 1.25 to 1.26.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps golang from 1.25 to 1.26.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: '1.26'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jul 29, 2026
@vchaindz

Copy link
Copy Markdown
Contributor

Holding this one rather than approving it as-is.

The Dockerfile is only built in push.yml / push-dev.yml, never on pull_request, so no PR job exercises this change. Meanwhile go.mod still declares go 1.25.0 and every leg of the pull.yml matrix pins Go 1.25 — merging this alone would mean release images are built with a toolchain that no CI job tests.

The two red checks here are unrelated flakes (the replication minimum-replicas suite and remoteapp TestWritePastFirstChunk; both pass locally on master).

Suggest folding this into one deliberate toolchain bump covering the Dockerfile and the CI matrix together, verified with a local docker build.

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #2141.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/docker/golang-1.26 branch August 24, 2026 18: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 Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant