fix: align CLI build workflows with Go 1.26.5 toolchain#781
fix: align CLI build workflows with Go 1.26.5 toolchain#781plural-copilot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
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 | Create the minimal PR needed to remediate fixable Go stdlib vulnerabilities in the embedded plural CLI binary used by the ghcr.io/pluralsh/console image.... |
| 🔗 Run history | View run history |
Greptile SummaryThis PR upgrades
Confidence Score: 5/5Straightforward action version bump with no functional logic changes; safe to merge. The change is purely a version pin update for No files require special attention — all changes are identical one-line action version bumps.
|
| Filename | Overview |
|---|---|
| .github/workflows/codeql.yml | Updates actions/setup-go@v4.1.0 to @v5; Go version continues to resolve from go.mod. |
| .github/workflows/e2e.yaml | Updates three actions/setup-go@v4.1.0 references to @v5 across three jobs; all continue using go-version-file: go.mod. |
| .github/workflows/goreleaser-cd.yml | Updates actions/setup-go@v4.1.0 to @v5 in the GoReleaser release job; Go version still resolved from go.mod. |
Reviews (1): Last reviewed commit: "fix: use setup-go v5 for CLI build workf..." | Re-trigger Greptile
Summary
actions/setup-go@v5go.mod, which already requires Go1.26.5Why
The embedded
pluralCLI binary used byghcr.io/pluralsh/consoleis the source of the reported Go stdlib findings. This repository already pins the CLI toolchain and builder images to Go1.26.5, but a few workflow declarations still referenced an oldersetup-goaction version. This keeps the release and CI build paths consistently aligned on the Go version declared ingo.mod.Plural Service: mgmt/console
Files changed
.github/workflows/goreleaser-cd.yml.github/workflows/codeql.yml.github/workflows/e2e.yamlValidation
1.26.4oractions/setup-go@v4.1.0referencesgo1.26.5availability and a local CLI build path