Skip to content

fix: bump go toolchain to 1.25.12 for the crypto/tls advisory#176

Merged
pavelmaksimov25 merged 1 commit into
mainfrom
fix/go-toolchain-1-25-12
Jul 18, 2026
Merged

fix: bump go toolchain to 1.25.12 for the crypto/tls advisory#176
pavelmaksimov25 merged 1 commit into
mainfrom
fix/go-toolchain-1-25-12

Conversation

@pavelmaksimov25

Copy link
Copy Markdown
Contributor

Summary

Bumps the pinned Go toolchain from 1.25.11 to 1.25.12 to clear the standard-library advisory GO-2026-5856 (crypto/tls), which govulncheck reports as reachable from the running server and CLIs:

  • internal/platform/github/client.goGetPullRequesthttp.Client.Do / io.ReadAlltls.Conn handshake/read
  • internal/diagnostics/application/config_cli.goListfmt.Fprintftls.Conn.Write

The pin is updated in the three places that carry it: go.mod, justfile (the Docker govulncheck image), and .github/workflows/ci.yml (GO_VERSION).

Notes

Toolchain-only change — no application code touched. Verified with the Docker govulncheck step (just vuln) on 1.25.12: No vulnerabilities found; go build ./... clean.

Kept as its own single-concern PR so the advisory can be cleared on main independently of the in-flight routing fix (#173) and AI feature (#175), both of which will rebase onto this.

@github-actions github-actions Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size/xs labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown

🐳 Beta image published: ghcr.io/mptooling/notifycat:pr-176 — rebuilt on every push, removed when the PR closes.

docker pull ghcr.io/mptooling/notifycat:pr-176

Built from a80f4d8.

@pavelmaksimov25
pavelmaksimov25 merged commit b04d23e into main Jul 18, 2026
7 checks passed
@pavelmaksimov25
pavelmaksimov25 deleted the fix/go-toolchain-1-25-12 branch July 18, 2026 11:53
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 github_actions Pull requests that update GitHub Actions code size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant