Skip to content

fix(kiloclaw): pin Docker Go version to 1.25.8#2382

Open
joshavant wants to merge 1 commit intomainfrom
feat/kiloclaw-go1258-fix
Open

fix(kiloclaw): pin Docker Go version to 1.25.8#2382
joshavant wants to merge 1 commit intomainfrom
feat/kiloclaw-go1258-fix

Conversation

@joshavant
Copy link
Copy Markdown
Contributor

Summary

  • Pin Go in both KiloClaw image Dockerfiles from 1.26.0 to 1.25.8.
  • Avoid go install panics observed during linux/amd64 buildx builds under emulation.
  • Keep runtime/tool install behavior unchanged aside from toolchain version.

Verification

  • docker run --rm --platform linux/amd64 golang:1.26.0-bookworm env GOBIN=/tmp /usr/local/go/bin/go install github.com/steipete/gogcli/cmd/gog@v0.12.0 (fails with Go runtime panic)
  • docker run --rm --platform linux/amd64 golang:1.25.8-bookworm env GOBIN=/tmp /usr/local/go/bin/go install github.com/steipete/gogcli/cmd/gog@v0.12.0 (succeeds)

Visual Changes

  • N/A

Reviewer Notes

  • Scope is intentionally minimal: only GO_VERSION in services/kiloclaw/Dockerfile and services/kiloclaw/Dockerfile.local.

Avoid go install panics seen with Go 1.26.0 during linux/amd64 buildx image builds.
@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Apr 13, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • services/kiloclaw/Dockerfile
  • services/kiloclaw/Dockerfile.local

Reviewed by gpt-5.4-20260305 · 111,909 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant