build(deps): bump golang from 1.26-bookworm to 1.27-bookworm in /adapters/telegram - #70
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps golang from 1.26-bookworm to 1.27-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
DuckBugAgent
approved these changes
Aug 24, 2026
DuckBugAgent
left a comment
Contributor
There was a problem hiding this comment.
Раунд 1 из 3 · полное ревью · консистентность Go-тулчейна и связь с упавшим CI
Ревью
Замечаний по изменениям не нашёл.
- Коротко: Диff ровно соответствует заголовку — одна строка build-стадии
adapters/telegram/Dockerfile:11, и оба multi-arch билда образов в CI зелёные, так что тегgolang:1.27-bookwormсуществует и модуль под ним собирается. - Риски/вопросы:
- Проверил go.mod: директива
go 1.26.5не требует правки — тулчейн 1.27 собирает модуль с более старой директивой, отдельногоtoolchain-пина в go.mod нет. Runtime-стадия (node:24-bookworm-slim) Go вообще не содержит, поэтому бамп затрагивает только компиляцию бинаря. - Расхождение тулчейнов после мержа:
adapters/vk/Dockerfile:11остаётся наgolang:1.26-bookworm, аtools/Dockerfile:1(dev-tools образ, в котором CI гоняет lint/tests/build/govulncheck) — наgolang:1.26.5. То есть релизный бинарь telegram будет собран компилятором, который ни один гейт в CI не прогоняет. Для vk PR от Dependabot придёт отдельно (директория есть в.github/dependabot.yml), а вот/toolsв конфиге Dependabot не описана вовсе — её придётся поднимать вручную отдельным PR. - Проверка «Security & Dependency Scanning» на head SHA красная, логов у меня нет. По коду связь с диффом не устанавливается: джоба гоняет govulncheck внутри dev-tools образа (
golang:1.26.5) и Trivy fs-скан по репозиторию — ни то, ни другое не читает build-стадиюadapters/telegram/Dockerfile. Причину не приписываю; стоит сверить, красная ли та же проверка наmain(govulncheck ставится как@latest, поэтому новая advisory или обновление БД Trivy красят её без изменений в коде). - Тег
1.27-bookwormплавающий по патчам — как и прежний1.26-bookworm, так что воспроизводимость сборки не меняется, но и не фиксируется по digest.
- Проверил go.mod: директива
Арбитр ревью: остановлено — блокирующего не осталось, PR готов к мерджу человеком.
Причина: Раунд 1 из 3: ревьювер вернул вердикт ok без единой находки, диф — одна строка бампа базового образа в adapters/telegram/Dockerfile, и оба multi-arch билда в CI зелёные, то есть тег существует и модуль под ним собирается. Блокирующих находок (BLOCKER/MAJOR/MINOR) нет — держать PR не на чем.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang from 1.26-bookworm to 1.27-bookworm.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)