Skip to content

fix(build): upgrade Go toolchain to 1.26.6 - #793

Merged
michaeljguarino merged 1 commit into
mainfrom
agent/prod-5140-go-1-26-6-1787150850837
Aug 19, 2026
Merged

fix(build): upgrade Go toolchain to 1.26.6#793
michaeljguarino merged 1 commit into
mainfrom
agent/prod-5140-go-1-26-6-1787150850837

Conversation

@plural-copilot

Copy link
Copy Markdown
Contributor

Summary

  • update all authoritative Go 1.26.5 pins to 1.26.6 for release builds, published images, tests, and code generation
  • preserve existing build and version-selection conventions
  • verify no repository-controlled 1.26.5 pins remain

Validation

  • docker run ... golang:1.26.6-bookworm go test ./...
  • Dockerfile static checks, YAML parsing, shell syntax checks, and exact version searches

Fixes PROD-5140

@plural-copilot plural-copilot Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This PR was generated by the codex Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:

Name Details
💬 Prompt ## PROD-5140: remediate Go stdlib CVEs in published plural-cli artifacts...
🔗 Run history View run history

@linear

linear Bot commented Aug 19, 2026

Copy link
Copy Markdown

PROD-5140

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR consistently upgrades repository-controlled Go toolchain and container-image pins from 1.26.5 to 1.26.6.

  • Updates the module Go version.
  • Updates builder, runtime, test, and code-generation container images.
  • Preserves the existing image variants and containerization conventions.

Confidence Score: 5/5

The PR appears safe to merge, with all changed toolchain pins consistently upgraded and no actionable defect identified.

The changes only replace Go 1.26.5 pins with 1.26.6 equivalents while preserving image variants, overrides, build steps, and dependency resolution.

Important Files Changed

Filename Overview
Dockerfile Updates both Alpine-based Go image stages from 1.26.5 to 1.26.6 without changing build or runtime behavior.
go.mod Updates only the Go language/toolchain directive from 1.26.5 to 1.26.6; dependency versions remain unchanged.
hack/gen-client-mocks.sh Updates the explicit mock-generation container image to Go 1.26.6.
hack/lib.sh Updates the default containerized Go image to 1.26.6 while preserving environment overrides.
test.Dockerfile Updates the Bookworm-based test image from Go 1.26.5 to 1.26.6.

Reviews (1): Last reviewed commit: "fix(build): upgrade Go toolchain to 1.26..." | Re-trigger Greptile

@michaeljguarino michaeljguarino added the enhancement New feature or request label Aug 19, 2026
@michaeljguarino
michaeljguarino merged commit a3d2f0f into main Aug 19, 2026
16 of 17 checks passed
@michaeljguarino
michaeljguarino deleted the agent/prod-5140-go-1-26-6-1787150850837 branch August 19, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant